#B33C7F

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

Shades of Medium Red Violet #B33C7F

Tints of Medium Red Violet #B33C7F

Color information

#B33C7F (or 0xB33C7F) is unknown color: approx Medium Red Violet. HEX triplet: B3, 3C and 7F. RGB value is (179,60,127). Sum of RGB (Red+Green+Blue) = 179+60+127=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 60 (23.83% from 255 or 16.39% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33C7F is #4CC380. Grayscale: #676767. Windows color (decimal): -5030785 or 8338611. OLE color: 8338611.

HSL color Cylindrical-coordinate representation of color #B33C7F: hue angle of 326.22º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B33C7F is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB17960127-
CMYK00.660.290.30
HSL326.22º49.79%46.86%-
HSV(B)326.22º66.48%70.2%-
XYZ24.0414.3521.58-
YUV103.22141.42182.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.91%
GREEN value IS 60 (23.83% from 255) = 16.39%
BLUE value IS 127 (50% from 255) = 34.70%
R=48.91%
G=16.39%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796012700.660.290.30326.2249.7946.86
HexB33C7F0421D1E146322f
Octal26374177010235365066257
Binary101100111111001111111010000101110111110101000110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33C7F; }

 p { color: rgb(179,60,127); }

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

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

 a { background-color: rgb(179,60,127); }

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

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

 span { border-color: rgb(179,60,127); }

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