Html Css Color HEX #B860DF Medium Orchid

📋 copy color: '#B860DF'

red 184 ◦ green 96 ◦ blue 223

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

Shades of Medium Orchid #B860DF

Tints of Medium Orchid #B860DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.33%

R = 36.58%
G = 19.09%
B = 44.33%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B860DF (or 0xB860DF) is known color: Medium Orchid. HEX triplet: B8, 60 and DF. RGB value is (184,96,223). Sum of RGB (Red+Green+Blue) = 184+96+223=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 96 (37.89% from 255 or 19.09% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #B860DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B860DF is #479F20. Grayscale: #888888. Windows color (decimal): -4693793 or 14639288. OLE color: 14639288.

HSL color Cylindrical-coordinate representation of color #B860DF: hue angle of 281.57º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B860DF is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 96 223 -
CMYK 0.17 0.57 0 0.13
HSL 281.57º 0.66% 0.63% -
HSV(B) 281.57º 0.57% 0.87% -
XYZ 37.27 23.88 72.46 -
YUV 136.79 176.65 161.67 -
System Red Green Blue C M Y K H S L
Decimal 184 96 223 0.17 0.57 0 0.13 281.57 0.66 0.63
Hex B8 60 DF 11 39 0 D 11A 42 3F
Octal 270 140 337 21 71 0 15 432 102 77
Binary 10111000 1100000 11011111 10001 111001 0 1101 100011010 1000010 111111

Color Harmonies of #B860DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B860DF

Black with #B860DF

Text Example


Text Example

White with #B860DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B860DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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