#B02B9A

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

Shades of Medium Red Violet #B02B9A

Tints of Medium Red Violet #B02B9A

Color information

#B02B9A (or 0xB02B9A) is unknown color: approx Medium Red Violet. HEX triplet: B0, 2B and 9A. RGB value is (176,43,154). Sum of RGB (Red+Green+Blue) = 176+43+154=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 43 (17.19% from 255 or 11.53% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B02B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02B9A is #4FD465. Grayscale: #5F5F5F. Windows color (decimal): -5231718 or 10103728. OLE color: 10103728.

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

Color convert

RGB17643154-
CMYK00.760.120.31
HSL309.92º60.73%42.94%-
HSV(B)309.92º75.57%69.02%-
XYZ24.613.2931.84-
YUV95.42161.06185.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.18%
GREEN value IS 43 (17.19% from 255) = 11.53%
BLUE value IS 154 (60.55% from 255) = 41.29%
R=47.18%
G=11.53%
B=41.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764315400.760.120.31309.9260.7342.94
HexB02B9A04CC1F1363d2b
Octal26053232011414374667553
Binary101100001010111001101001001100110011111100110110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02B9A; }

 p { color: rgb(176,43,154); }

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

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

 a { background-color: rgb(176,43,154); }

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

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

 span { border-color: rgb(176,43,154); }

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