Html Css Color HEX #B864CE Medium Orchid

📋 copy color: '#B864CE'

red 184 ◦ green 100 ◦ blue 206

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

Shades of Medium Orchid #B864CE

Tints of Medium Orchid #B864CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.04%

R = 37.55%
G = 20.41%
B = 42.04%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B864CE (or 0xB864CE) is known color: Medium Orchid. HEX triplet: B8, 64 and CE. RGB value is (184,100,206). Sum of RGB (Red+Green+Blue) = 184+100+206=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 100 (39.45% from 255 or 20.41% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #B864CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B864CE is #479B31. Grayscale: #888888. Windows color (decimal): -4692786 or 13526200. OLE color: 13526200.

HSL color Cylindrical-coordinate representation of color #B864CE: hue angle of 287.55º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B864CE is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 100 206 -
CMYK 0.11 0.51 0 0.19
HSL 287.55º 0.52% 0.6% -
HSV(B) 287.55º 0.51% 0.81% -
XYZ 35.46 23.76 61.11 -
YUV 137.2 166.83 161.38 -
System Red Green Blue C M Y K H S L
Decimal 184 100 206 0.11 0.51 0 0.19 287.55 0.52 0.6
Hex B8 64 CE B 33 0 13 120 34 3C
Octal 270 144 316 13 63 0 23 440 64 74
Binary 10111000 1100100 11001110 1011 110011 0 10011 100100000 110100 111100

Color Harmonies of #B864CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B864CE

Black with #B864CE

Text Example


Text Example

White with #B864CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B864CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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