#B859DC

Color #B859DC Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B859DC

Tints of Medium Orchid #B859DC

Color information

#B859DC (or 0xB859DC) is unknown color: approx Medium Orchid. HEX triplet: B8, 59 and DC. RGB value is (184,89,220). Sum of RGB (Red+Green+Blue) = 184+89+220=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 89 (35.16% from 255 or 18.05% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #B859DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B859DC is #47A623. Grayscale: #838383. Windows color (decimal): -4695588 or 14440888. OLE color: 14440888.

HSL color Cylindrical-coordinate representation of color #B859DC: hue angle of 283.51º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B859DC is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18489220-
CMYK0.160.6000.14
HSL283.51º65.17%60.59%-
HSV(B)283.51º59.55%86.27%-
XYZ36.2622.570.14-
YUV132.34177.47164.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.32%
GREEN value IS 89 (35.16% from 255) = 18.05%
BLUE value IS 220 (86.33% from 255) = 44.62%
R=37.32%
G=18.05%
B=44.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal184892200.160.6000.14283.5165.1760.59
HexB859DC103C0E11c413d
Octal270131334207401643410175
Binary1011100010110011101110010000111100011101000111001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B859DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B859DC; }

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

 H1.HeaderClassName
 {
   color: #B859DC;
 }
 .AnyTagClassName
 {
   color: #B859DC;
 }
</style>
background-color css

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

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

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

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

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

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