#B02C9A

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

Shades of Medium Red Violet #B02C9A

Tints of Medium Red Violet #B02C9A

Color information

#B02C9A (or 0xB02C9A) is unknown color: approx Medium Red Violet. HEX triplet: B0, 2C and 9A. RGB value is (176,44,154). Sum of RGB (Red+Green+Blue) = 176+44+154=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 44 (17.58% from 255 or 11.76% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02C9A is #4FD365. Grayscale: #5F5F5F. Windows color (decimal): -5231462 or 10103984. OLE color: 10103984.

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

Color convert

RGB17644154-
CMYK00.750.120.31
HSL310º60%43.14%-
HSV(B)310º75%69.02%-
XYZ24.6413.3631.85-
YUV96.01160.73185.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.06%
GREEN value IS 44 (17.58% from 255) = 11.76%
BLUE value IS 154 (60.55% from 255) = 41.18%
R=47.06%
G=11.76%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764415400.750.120.313106043.14
HexB02C9A04BC1F1363c2b
Octal26054232011314374667453
Binary101100001011001001101001001011110011111100110110111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02C9A; }

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

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

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

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

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

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

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

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