#B02C7C

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

Shades of Medium Red Violet #B02C7C

Tints of Medium Red Violet #B02C7C

Color information

#B02C7C (or 0xB02C7C) is unknown color: approx Medium Red Violet. HEX triplet: B0, 2C and 7C. RGB value is (176,44,124). Sum of RGB (Red+Green+Blue) = 176+44+124=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 44 (17.58% from 255 or 12.79% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02C7C is #4FD383. Grayscale: #5C5C5C. Windows color (decimal): -5231492 or 8137904. OLE color: 8137904.

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

Color convert

RGB17644124-
CMYK00.750.300.31
HSL323.64º60%43.14%-
HSV(B)323.64º75%69.02%-
XYZ22.4412.4920.3-
YUV92.59145.73187.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.16%
GREEN value IS 44 (17.58% from 255) = 12.79%
BLUE value IS 124 (48.83% from 255) = 36.05%
R=51.16%
G=12.79%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764412400.750.300.31323.646043.14
HexB02C7C04B1E1F1443c2b
Octal26054174011336375047453
Binary101100001011001111100010010111111011111101000100111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02C7C; }

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

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

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

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

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

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

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

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