#B924B6

Color #B924B6 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #B924B6

Tints of Deep Magenta #B924B6

Color information

#B924B6 (or 0xB924B6) is unknown color: approx Deep Magenta. HEX triplet: B9, 24 and B6. RGB value is (185,36,182). Sum of RGB (Red+Green+Blue) = 185+36+182=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 36 (14.45% from 255 or 8.93% from 403); Blue value is 182 (71.48% from 255 or 45.16% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B924B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B924B6 is #46DB49. Grayscale: #606060. Windows color (decimal): -4643658 or 11936953. OLE color: 11936953.

HSL color Cylindrical-coordinate representation of color #B924B6: hue angle of 301.21º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B924B6 is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB18536182-
CMYK00.810.020.27
HSL301.21º67.42%43.33%-
HSV(B)301.21º80.54%72.55%-
XYZ29.0814.9545.61-
YUV97.2175.86190.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.91%
GREEN value IS 36 (14.45% from 255) = 8.93%
BLUE value IS 182 (71.48% from 255) = 45.16%
R=45.91%
G=8.93%
B=45.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1853618200.810.020.27301.2167.4243.33
HexB924B605121B12d432b
Octal27144266012123345510353
Binary10111001100100101101100101000110110111001011011000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B924B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B924B6; }

 p { color: rgb(185,36,182); }

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

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

 a { background-color: rgb(185,36,182); }

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

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

 span { border-color: rgb(185,36,182); }

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