#B042CD

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

Shades of Medium Orchid #B042CD

Tints of Medium Orchid #B042CD

Color information

#B042CD (or 0xB042CD) is unknown color: approx Medium Orchid. HEX triplet: B0, 42 and CD. RGB value is (176,66,205). Sum of RGB (Red+Green+Blue) = 176+66+205=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 66 (26.17% from 255 or 14.77% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #B042CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B042CD is #4FBD32. Grayscale: #727272. Windows color (decimal): -5225779 or 13451952. OLE color: 13451952.

HSL color Cylindrical-coordinate representation of color #B042CD: hue angle of 287.48º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B042CD is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17666205-
CMYK0.140.6800.20
HSL287.48º58.16%53.14%-
HSV(B)287.48º67.8%80.39%-
XYZ30.8717.5359.51-
YUV114.74178.94171.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.37%
GREEN value IS 66 (26.17% from 255) = 14.77%
BLUE value IS 205 (80.47% from 255) = 45.86%
R=39.37%
G=14.77%
B=45.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal176662050.140.6800.20287.4858.1653.14
HexB042CDE4401411f3a35
Octal260102315161040244377265
Binary1011000010000101100110111101000100010100100011111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B042CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B042CD; }

 p { color: rgb(176,66,205); }

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

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

 a { background-color: rgb(176,66,205); }

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

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

 span { border-color: rgb(176,66,205); }

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