#B042E1

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

Shades of Medium Orchid #B042E1

Tints of Medium Orchid #B042E1

Color information

#B042E1 (or 0xB042E1) is unknown color: approx Medium Orchid. HEX triplet: B0, 42 and E1. RGB value is (176,66,225). Sum of RGB (Red+Green+Blue) = 176+66+225=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 66 (26.17% from 255 or 14.13% from 467); Blue value is 225 (88.28% from 255 or 48.18% from 467); Max value from RGB is 225 - color contains mainly: blue. Hex color #B042E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B042E1 is #4FBD1E. Grayscale: #747474. Windows color (decimal): -5225759 or 14762672. OLE color: 14762672.

HSL color Cylindrical-coordinate representation of color #B042E1: hue angle of 281.51º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B042E1 is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17666225-
CMYK0.220.7100.12
HSL281.51º72.6%57.06%-
HSV(B)281.51º70.67%88.24%-
XYZ33.4418.5673.05-
YUV117.02188.94170.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.69%
GREEN value IS 66 (26.17% from 255) = 14.13%
BLUE value IS 225 (88.28% from 255) = 48.18%
R=37.69%
G=14.13%
B=48.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal176662250.220.7100.12281.5172.657.06
HexB042E116470C11a4939
Octal2601023412610701443211171
Binary10110000100001011100001101101000111011001000110101001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B042E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B042E1; }

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

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

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

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

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

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

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

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