Html Css Color HEX #B860DB Medium Orchid

📋 copy color: '#B860DB'

red 184 ◦ green 96 ◦ blue 219

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

Shades of Medium Orchid #B860DB

Tints of Medium Orchid #B860DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.89%

R = 36.87%
G = 19.24%
B = 43.89%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B860DB (or 0xB860DB) is known color: Medium Orchid. HEX triplet: B8, 60 and DB. RGB value is (184,96,219). Sum of RGB (Red+Green+Blue) = 184+96+219=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 96 (37.89% from 255 or 19.24% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #B860DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B860DB is #479F24. Grayscale: #878787. Windows color (decimal): -4693797 or 14377144. OLE color: 14377144.

HSL color Cylindrical-coordinate representation of color #B860DB: hue angle of 282.93º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B860DB is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 96 219 -
CMYK 0.16 0.56 0 0.14
HSL 282.93º 0.63% 0.62% -
HSV(B) 282.93º 0.56% 0.86% -
XYZ 36.74 23.67 69.65 -
YUV 136.33 174.65 162 -
System Red Green Blue C M Y K H S L
Decimal 184 96 219 0.16 0.56 0 0.14 282.93 0.63 0.62
Hex B8 60 DB 10 38 0 E 11B 3F 3E
Octal 270 140 333 20 70 0 16 433 77 76
Binary 10111000 1100000 11011011 10000 111000 0 1110 100011011 111111 111110

Color Harmonies of #B860DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B860DB

Black with #B860DB

Text Example


Text Example

White with #B860DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B860DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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