#B624B5

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

Shades of Deep Magenta #B624B5

Tints of Deep Magenta #B624B5

Color information

#B624B5 (or 0xB624B5) is unknown color: approx Deep Magenta. HEX triplet: B6, 24 and B5. RGB value is (182,36,181). Sum of RGB (Red+Green+Blue) = 182+36+181=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 36 (14.45% from 255 or 9.02% from 399); Blue value is 181 (71.09% from 255 or 45.36% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B624B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B624B5 is #49DB4A. Grayscale: #5F5F5F. Windows color (decimal): -4840267 or 11871414. OLE color: 11871414.

HSL color Cylindrical-coordinate representation of color #B624B5: hue angle of 300.41º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B624B5 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB18236181-
CMYK00.800.010.29
HSL300.41º66.97%42.75%-
HSV(B)300.41º80.22%71.37%-
XYZ28.2614.5445.03-
YUV96.18175.87189.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.61%
GREEN value IS 36 (14.45% from 255) = 9.02%
BLUE value IS 181 (71.09% from 255) = 45.36%
R=45.61%
G=9.02%
B=45.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1823618100.800.010.29300.4166.9742.75
HexB624B505011D12c432b
Octal26644265012013545410353
Binary1011011010010010110101010100001111011001011001000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B624B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B624B5; }

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

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

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

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

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

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

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

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