#B24081

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

Shades of Medium Red Violet #B24081

Tints of Medium Red Violet #B24081

Color information

#B24081 (or 0xB24081) is unknown color: approx Medium Red Violet. HEX triplet: B2, 40 and 81. RGB value is (178,64,129). Sum of RGB (Red+Green+Blue) = 178+64+129=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B24081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24081 is #4DBF7E. Grayscale: #696969. Windows color (decimal): -5095295 or 8470706. OLE color: 8470706.

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

Color convert

RGB17864129-
CMYK00.640.280.30
HSL325.79º47.11%47.45%-
HSV(B)325.79º64.04%69.8%-
XYZ24.1614.7222.34-
YUV105.5141.27179.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.98%
GREEN value IS 64 (25.39% from 255) = 17.25%
BLUE value IS 129 (50.78% from 255) = 34.77%
R=47.98%
G=17.25%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786412900.640.280.30325.7947.1147.45
HexB240810401C1E1462f2f
Octal262100201010034365065757
Binary10110010100000010000001010000001110011110101000110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24081; }

 p { color: rgb(178,64,129); }

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

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

 a { background-color: rgb(178,64,129); }

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

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

 span { border-color: rgb(178,64,129); }

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