Html Css Color HEX #B864CD Medium Orchid

📋 copy color: '#B864CD'

red 184 ◦ green 100 ◦ blue 205

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

Shades of Medium Orchid #B864CD

Tints of Medium Orchid #B864CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.92%

R = 37.63%
G = 20.45%
B = 41.92%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B864CD (or 0xB864CD) is known color: Medium Orchid. HEX triplet: B8, 64 and CD. RGB value is (184,100,205). Sum of RGB (Red+Green+Blue) = 184+100+205=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 100 (39.45% from 255 or 20.45% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #B864CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B864CD is #479B32. Grayscale: #888888. Windows color (decimal): -4692787 or 13460664. OLE color: 13460664.

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

Color convert

RGB 184 100 205 -
CMYK 0.10 0.51 0 0.20
HSL 288º 0.51% 0.6% -
HSV(B) 288º 0.51% 0.8% -
XYZ 35.34 23.71 60.47 -
YUV 137.09 166.33 161.46 -
System Red Green Blue C M Y K H S L
Decimal 184 100 205 0.10 0.51 0 0.20 288 0.51 0.6
Hex B8 64 CD A 33 0 14 120 33 3C
Octal 270 144 315 12 63 0 24 440 63 74
Binary 10111000 1100100 11001101 1010 110011 0 10100 100100000 110011 111100

Color Harmonies of #B864CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B864CD

Black with #B864CD

Text Example


Text Example

White with #B864CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B864CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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