#B02A90

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

Shades of Medium Red Violet #B02A90

Tints of Medium Red Violet #B02A90

Color information

#B02A90 (or 0xB02A90) is unknown color: approx Medium Red Violet. HEX triplet: B0, 2A and 90. RGB value is (176,42,144). Sum of RGB (Red+Green+Blue) = 176+42+144=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 42 (16.80% from 255 or 11.60% from 362); Blue value is 144 (56.64% from 255 or 39.78% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B02A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02A90 is #4FD56F. Grayscale: #5D5D5D. Windows color (decimal): -5231984 or 9448112. OLE color: 9448112.

HSL color Cylindrical-coordinate representation of color #B02A90: hue angle of 314.33º 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 #B02A90 is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB17642144-
CMYK00.760.180.31
HSL314.33º61.47%42.75%-
HSV(B)314.33º76.14%69.02%-
XYZ23.7712.927.62-
YUV93.69156.39186.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.62%
GREEN value IS 42 (16.80% from 255) = 11.60%
BLUE value IS 144 (56.64% from 255) = 39.78%
R=48.62%
G=11.60%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764214400.760.180.31314.3361.4742.75
HexB02A9004C121F13a3d2b
Octal26052220011422374727553
Binary1011000010101010010000010011001001011111100111010111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02A90; }

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

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

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

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

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

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

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

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