#b042c3

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

Shades of Medium Orchid #B042C3

Tints of Medium Orchid #B042C3

Color information

#B042C3 (or 0xB042C3) is unknown color: approx Medium Orchid. HEX triplet: B0, 42 and C3. RGB value is (176,66,195). Sum of RGB (Red+Green+Blue) = 176+66+195=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 195 (76.56% from 255 or 44.62% from 437); Max value from RGB is 195 - color contains mainly: blue. Hex color #B042C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B042C3 is #4FBD3C. Grayscale: #717171. Windows color (decimal): -5225789 or 12796592. OLE color: 12796592.

HSL color Cylindrical-coordinate representation of color #B042C3: hue angle of 291.16º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B042C3 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17666195-
CMYK0.100.6600.24
HSL291.16º51.81%51.18%-
HSV(B)291.16º66.15%76.47%-
XYZ29.717.0753.36-
YUV113.6173.94172.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.27%
GREEN value IS 66 (26.17% from 255) = 15.10%
BLUE value IS 195 (76.56% from 255) = 44.62%
R=40.27%
G=15.10%
B=44.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal176661950.100.6600.24291.1651.8151.18
HexB042C3A420181233433
Octal260102303121020304436463
Binary1011000010000101100001110101000010011000100100011110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b042c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b042c3; }

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

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

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

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

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

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

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

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