#B02A8E

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

Shades of Medium Red Violet #B02A8E

Tints of Medium Red Violet #B02A8E

Color information

#B02A8E (or 0xB02A8E) is unknown color: approx Medium Red Violet. HEX triplet: B0, 2A and 8E. RGB value is (176,42,142). Sum of RGB (Red+Green+Blue) = 176+42+142=360 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.89% from 360); Green value is 42 (16.80% from 255 or 11.67% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 176 - color contains mainly: red. Hex color #B02A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02A8E is #4FD571. Grayscale: #5D5D5D. Windows color (decimal): -5231986 or 9317040. OLE color: 9317040.

HSL color Cylindrical-coordinate representation of color #B02A8E: hue angle of 315.22º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B02A8E is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB17642142-
CMYK00.760.190.31
HSL315.22º61.47%42.75%-
HSV(B)315.22º76.14%69.02%-
XYZ23.6112.8426.82-
YUV93.47155.39186.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.89%
GREEN value IS 42 (16.80% from 255) = 11.67%
BLUE value IS 142 (55.86% from 255) = 39.44%
R=48.89%
G=11.67%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764214200.760.190.31315.2261.4742.75
HexB02A8E04C131F13b3d2b
Octal26052216011423374737553
Binary1011000010101010001110010011001001111111100111011111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02A8E; }

 p { color: rgb(176,42,142); }

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

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

 a { background-color: rgb(176,42,142); }

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

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

 span { border-color: rgb(176,42,142); }

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