#B842DC

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

Shades of Medium Orchid #B842DC

Tints of Medium Orchid #B842DC

Color information

#B842DC (or 0xB842DC) is unknown color: approx Medium Orchid. HEX triplet: B8, 42 and DC. RGB value is (184,66,220). Sum of RGB (Red+Green+Blue) = 184+66+220=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 66 (26.17% from 255 or 14.04% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #B842DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B842DC is #47BD23. Grayscale: #767676. Windows color (decimal): -4701476 or 14435000. OLE color: 14435000.

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

Color convert

RGB18466220-
CMYK0.160.700.14
HSL285.97º68.75%56.08%-
HSV(B)285.97º70%86.27%-
XYZ34.6319.2569.6-
YUV118.84185.09174.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.15%
GREEN value IS 66 (26.17% from 255) = 14.04%
BLUE value IS 220 (86.33% from 255) = 46.81%
R=39.15%
G=14.04%
B=46.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal184662200.160.700.14285.9768.7556.08
HexB842DC10460E11e4538
Octal2701023342010601643610570
Binary10111000100001011011100100001000110011101000111101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B842DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B842DC; }

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

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

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

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

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

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

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

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