#B842CA

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

Shades of Medium Orchid #B842CA

Tints of Medium Orchid #B842CA

Color information

#B842CA (or 0xB842CA) is unknown color: approx Medium Orchid. HEX triplet: B8, 42 and CA. RGB value is (184,66,202). Sum of RGB (Red+Green+Blue) = 184+66+202=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 66 (26.17% from 255 or 14.60% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #B842CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B842CA is #47BD35. Grayscale: #747474. Windows color (decimal): -4701494 or 13255352. OLE color: 13255352.

HSL color Cylindrical-coordinate representation of color #B842CA: hue angle of 292.06º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B842CA is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18466202-
CMYK0.090.6700.21
HSL292.06º56.2%52.55%-
HSV(B)292.06º67.33%79.22%-
XYZ32.3818.3557.71-
YUV116.79176.09175.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.71%
GREEN value IS 66 (26.17% from 255) = 14.60%
BLUE value IS 202 (79.30% from 255) = 44.69%
R=40.71%
G=14.60%
B=44.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal184662020.090.6700.21292.0656.252.55
HexB842CA9430151243835
Octal270102312111030254447065
Binary1011100010000101100101010011000011010101100100100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B842CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B842CA; }

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

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

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

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

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

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

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

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