#B856CC

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

Shades of Medium Orchid #B856CC

Tints of Medium Orchid #B856CC

Color information

#B856CC (or 0xB856CC) is unknown color: approx Medium Orchid. HEX triplet: B8, 56 and CC. RGB value is (184,86,204). Sum of RGB (Red+Green+Blue) = 184+86+204=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 86 (33.98% from 255 or 18.14% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #B856CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B856CC is #47A933. Grayscale: #808080. Windows color (decimal): -4696372 or 13391544. OLE color: 13391544.

HSL color Cylindrical-coordinate representation of color #B856CC: hue angle of 289.83º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B856CC is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18486204-
CMYK0.100.5800.2
HSL289.83º53.64%56.86%-
HSV(B)289.83º57.84%80%-
XYZ33.9921.2159.43-
YUV128.75170.47167.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.82%
GREEN value IS 86 (33.98% from 255) = 18.14%
BLUE value IS 204 (80.08% from 255) = 43.04%
R=38.82%
G=18.14%
B=43.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal184862040.100.5800.2289.8353.6456.86
HexB856CCA3A0141223639
Octal27012631412720244426671
Binary101110001010110110011001010111010010100100100010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B856CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B856CC; }

 p { color: rgb(184,86,204); }

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

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

 a { background-color: rgb(184,86,204); }

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

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

 span { border-color: rgb(184,86,204); }

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