Html Css Color HEX #B860DC Medium Orchid

📋 copy color: '#B860DC'

red 184 ◦ green 96 ◦ blue 220

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

Shades of Medium Orchid #B860DC

Tints of Medium Orchid #B860DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44%

R = 36.8%
G = 19.2%
B = 44%

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

#B860DC (or 0xB860DC) is known color: Medium Orchid. HEX triplet: B8, 60 and DC. RGB value is (184,96,220). Sum of RGB (Red+Green+Blue) = 184+96+220=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 96 (37.89% from 255 or 19.2% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #B860DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B860DC is #479F23. Grayscale: #888888. Windows color (decimal): -4693796 or 14442680. OLE color: 14442680.

HSL color Cylindrical-coordinate representation of color #B860DC: hue angle of 282.58º degrees, saturation: 0.64, 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 #B860DC is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 96 220 -
CMYK 0.16 0.56 0 0.14
HSL 282.58º 0.64% 0.62% -
HSV(B) 282.58º 0.56% 0.86% -
XYZ 36.87 23.72 70.35 -
YUV 136.45 175.15 161.92 -
System Red Green Blue C M Y K H S L
Decimal 184 96 220 0.16 0.56 0 0.14 282.58 0.64 0.62
Hex B8 60 DC 10 38 0 E 11B 40 3E
Octal 270 140 334 20 70 0 16 433 100 76
Binary 10111000 1100000 11011100 10000 111000 0 1110 100011011 1000000 111110

Color Harmonies of #B860DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B860DC

Black with #B860DC

Text Example


Text Example

White with #B860DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B860DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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