Html Css Color HEX #B864CB Medium Orchid

📋 copy color: '#B864CB'

red 184 ◦ green 100 ◦ blue 203

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

Shades of Medium Orchid #B864CB

Tints of Medium Orchid #B864CB

RGB

 RED value IS 184 (72.27% from 255) = 37.78%

 GREEN value IS 100 (39.45% from 255) = 20.53%

 BLUE value IS 203 (79.69% from 255) = 41.68%

R = 37.78%
G = 20.53%
B = 41.68%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B864CB (or 0xB864CB) is known color: Medium Orchid. HEX triplet: B8, 64 and CB. RGB value is (184,100,203). Sum of RGB (Red+Green+Blue) = 184+100+203=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 100 (39.45% from 255 or 20.53% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #B864CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B864CB is #479B34. Grayscale: #888888. Windows color (decimal): -4692789 or 13329592. OLE color: 13329592.

HSL color Cylindrical-coordinate representation of color #B864CB: hue angle of 288.93º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B864CB is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 100 203 -
CMYK 0.09 0.51 0 0.20
HSL 288.93º 0.5% 0.59% -
HSV(B) 288.93º 0.51% 0.8% -
XYZ 35.1 23.62 59.21 -
YUV 136.86 165.33 161.62 -
System Red Green Blue C M Y K H S L
Decimal 184 100 203 0.09 0.51 0 0.20 288.93 0.5 0.59
Hex B8 64 CB 9 33 0 14 121 32 3B
Octal 270 144 313 11 63 0 24 441 62 73
Binary 10111000 1100100 11001011 1001 110011 0 10100 100100001 110010 111011

Color Harmonies of #B864CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B864CB

Black with #B864CB

Text Example


Text Example

White with #B864CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B864CB; }

 p { color: rgb(184,100,203); }

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

background-color css

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

 a { background-color: rgb(184,100,203); }

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

border-color css

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

 span { border-color: rgb(184,100,203); }

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