#B24C9D

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

Shades of Violet Blue #B24C9D

Tints of Violet Blue #B24C9D

Color information

#B24C9D (or 0xB24C9D) is unknown color: approx Violet Blue. HEX triplet: B2, 4C and 9D. RGB value is (178,76,157). Sum of RGB (Red+Green+Blue) = 178+76+157=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 76 (30.08% from 255 or 18.49% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 178 - color contains mainly: red. Hex color #B24C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24C9D is #4DB362. Grayscale: #737373. Windows color (decimal): -5092195 or 10308786. OLE color: 10308786.

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

Color convert

RGB17876157-
CMYK00.570.120.30
HSL312.35º40.16%49.8%-
HSV(B)312.35º57.3%69.8%-
XYZ27.0317.0733.77-
YUV115.73151.29172.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.31%
GREEN value IS 76 (30.08% from 255) = 18.49%
BLUE value IS 157 (61.72% from 255) = 38.20%
R=43.31%
G=18.49%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787615700.570.120.30312.3540.1649.8
HexB24C9D039C1E1382832
Octal26211423507114364705062
Binary101100101001100100111010111001110011110100111000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24C9D; }

 p { color: rgb(178,76,157); }

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

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

 a { background-color: rgb(178,76,157); }

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

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

 span { border-color: rgb(178,76,157); }

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