#B33F8F

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

Shades of Medium Red Violet #B33F8F

Tints of Medium Red Violet #B33F8F

Color information

#B33F8F (or 0xB33F8F) is unknown color: approx Medium Red Violet. HEX triplet: B3, 3F and 8F. RGB value is (179,63,143). Sum of RGB (Red+Green+Blue) = 179+63+143=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 63 (25% from 255 or 16.36% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33F8F is #4CC070. Grayscale: #6A6A6A. Windows color (decimal): -5030001 or 9387955. OLE color: 9387955.

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

Color convert

RGB17963143-
CMYK00.650.200.30
HSL318.62º47.93%47.45%-
HSV(B)318.62º64.8%70.2%-
XYZ25.3315.1227.57-
YUV106.8148.43179.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.49%
GREEN value IS 63 (25% from 255) = 16.36%
BLUE value IS 143 (56.25% from 255) = 37.14%
R=46.49%
G=16.36%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796314300.650.200.30318.6247.9347.45
HexB33F8F041141E13f302f
Octal26377217010124364776057
Binary1011001111111110001111010000011010011110100111111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33F8F; }

 p { color: rgb(179,63,143); }

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

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

 a { background-color: rgb(179,63,143); }

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

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

 span { border-color: rgb(179,63,143); }

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