#B842D2

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

Shades of Medium Orchid #B842D2

Tints of Medium Orchid #B842D2

Color information

#B842D2 (or 0xB842D2) is unknown color: approx Medium Orchid. HEX triplet: B8, 42 and D2. RGB value is (184,66,210). Sum of RGB (Red+Green+Blue) = 184+66+210=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 66 (26.17% from 255 or 14.35% from 460); Blue value is 210 (82.42% from 255 or 45.65% from 460); Max value from RGB is 210 - color contains mainly: blue. Hex color #B842D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B842D2 is #47BD2D. Grayscale: #757575. Windows color (decimal): -4701486 or 13779640. OLE color: 13779640.

HSL color Cylindrical-coordinate representation of color #B842D2: hue angle of 289.17º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B842D2 is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18466210-
CMYK0.120.6900.18
HSL289.17º61.54%54.12%-
HSV(B)289.17º68.57%82.35%-
XYZ33.3518.7462.83-
YUV117.7180.09175.29-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40%
GREEN value IS 66 (26.17% from 255) = 14.35%
BLUE value IS 210 (82.42% from 255) = 45.65%
R=40%
G=14.35%
B=45.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal184662100.120.6900.18289.1761.5454.12
HexB842D2C450121213e36
Octal270102322141050224417666
Binary1011100010000101101001011001000101010010100100001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B842D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B842D2; }

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

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

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

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

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

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

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

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