Html Css Color HEX #B953F0 Medium Orchid

📋 copy color: '#B953F0'

red 185 ◦ green 83 ◦ blue 240

#B953F0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B953F0

Tints of Medium Orchid #B953F0

RGB

 RED value IS 185 (72.66% from 255) = 36.42%

 GREEN value IS 83 (32.81% from 255) = 16.34%

 BLUE value IS 240 (94.14% from 255) = 47.24%

R = 36.42%
G = 16.34%
B = 47.24%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B953F0 (or 0xB953F0) is known color: Medium Orchid. HEX triplet: B9, 53 and F0. RGB value is (185,83,240). Sum of RGB (Red+Green+Blue) = 185+83+240=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 83 (32.81% from 255 or 16.34% from 508); Blue value is 240 (94.14% from 255 or 47.24% from 508); Max value from RGB is 240 - color contains mainly: blue. Hex color #B953F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B953F0 is #46AC0F. Grayscale: #828282. Windows color (decimal): -4631568 or 15750073. OLE color: 15750073.

HSL color Cylindrical-coordinate representation of color #B953F0: hue angle of 278.98º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B953F0 is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 83 240 -
CMYK 0.23 0.65 0 0.06
HSL 278.98º 0.84% 0.63% -
HSV(B) 278.98º 0.65% 0.94% -
XYZ 38.83 22.79 84.79 -
YUV 131.4 189.29 166.23 -
System Red Green Blue C M Y K H S L
Decimal 185 83 240 0.23 0.65 0 0.06 278.98 0.84 0.63
Hex B9 53 F0 17 41 0 6 117 54 3F
Octal 271 123 360 27 101 0 6 427 124 77
Binary 10111001 1010011 11110000 10111 1000001 0 110 100010111 1010100 111111

Color Harmonies of #B953F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B953F0

Black with #B953F0

Text Example


Text Example

White with #B953F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B953F0; }

 p { color: rgb(185,83,240); }

 H1.HeaderClassName
 {
   color: #B953F0;
 }
 .AnyTagClassName
 {
   color: #B953F0;
 }
</style>

background-color css

<style>
 a { background-color: #B953F0; }

 a { background-color: rgb(185,83,240); }

 div.DivClassName
 {
   background-color: #B953F0;
 }
 .BgClassName
 {
   background-color: #B953F0;
 }
</style>

border-color css

<style>
 span { border-color: #B953F0; }

 span { border-color: rgb(185,83,240); }

 td.TdClassName
 {
   border-color: #B953F0;
 }
 .TagClassName
 {
   border-color: #B953F0;
 }
</style>