#b02c6f

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

Shades of Medium Red Violet #B02C6F

Tints of Medium Red Violet #B02C6F

Color information

#B02C6F (or 0xB02C6F) is unknown color: approx Medium Red Violet. HEX triplet: B0, 2C and 6F. RGB value is (176,44,111). Sum of RGB (Red+Green+Blue) = 176+44+111=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 44 (17.58% from 255 or 13.29% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02C6F is #4FD390. Grayscale: #5A5A5A. Windows color (decimal): -5231505 or 7285936. OLE color: 7285936.

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

Color convert

RGB17644111-
CMYK00.750.370.31
HSL329.55º60%43.14%-
HSV(B)329.55º75%69.02%-
XYZ21.6712.1816.25-
YUV91.11139.23188.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.17%
GREEN value IS 44 (17.58% from 255) = 13.29%
BLUE value IS 111 (43.75% from 255) = 33.53%
R=53.17%
G=13.29%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764411100.750.370.31329.556043.14
HexB02C6F04B251F14a3c2b
Octal26054157011345375127453
Binary1011000010110011011110100101110010111111101001010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b02c6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b02c6f; }

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

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

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

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

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

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

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

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