Html Css Color HEX #B860CB Medium Orchid

📋 copy color: '#B860CB'

red 184 ◦ green 96 ◦ blue 203

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

Shades of Medium Orchid #B860CB

Tints of Medium Orchid #B860CB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.88%

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

R = 38.1%
G = 19.88%
B = 42.03%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B860CB (or 0xB860CB) is known color: Medium Orchid. HEX triplet: B8, 60 and CB. RGB value is (184,96,203). Sum of RGB (Red+Green+Blue) = 184+96+203=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #B860CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B860CB is #479F34. Grayscale: #868686. Windows color (decimal): -4693813 or 13328568. OLE color: 13328568.

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

Color convert

RGB 184 96 203 -
CMYK 0.09 0.53 0 0.20
HSL 289.35º 0.51% 0.59% -
HSV(B) 289.35º 0.53% 0.8% -
XYZ 34.73 22.87 59.08 -
YUV 134.51 166.65 163.3 -
System Red Green Blue C M Y K H S L
Decimal 184 96 203 0.09 0.53 0 0.20 289.35 0.51 0.59
Hex B8 60 CB 9 35 0 14 121 33 3B
Octal 270 140 313 11 65 0 24 441 63 73
Binary 10111000 1100000 11001011 1001 110101 0 10100 100100001 110011 111011

Color Harmonies of #B860CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B860CB

Black with #B860CB

Text Example


Text Example

White with #B860CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B860CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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