#B625B4

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

Shades of Deep Magenta #B625B4

Tints of Deep Magenta #B625B4

Color information

#B625B4 (or 0xB625B4) is unknown color: approx Deep Magenta. HEX triplet: B6, 25 and B4. RGB value is (182,37,180). Sum of RGB (Red+Green+Blue) = 182+37+180=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 37 (14.84% from 255 or 9.27% from 399); Blue value is 180 (70.70% from 255 or 45.11% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B625B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B625B4 is #49DA4B. Grayscale: #606060. Windows color (decimal): -4840012 or 11806134. OLE color: 11806134.

HSL color Cylindrical-coordinate representation of color #B625B4: hue angle of 300.83º degrees, saturation: 0.66, 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 #B625B4 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB18237180-
CMYK00.800.010.29
HSL300.83º66.21%42.94%-
HSV(B)300.83º79.67%71.37%-
XYZ28.1914.5644.51-
YUV96.66175.04188.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.61%
GREEN value IS 37 (14.84% from 255) = 9.27%
BLUE value IS 180 (70.70% from 255) = 45.11%
R=45.61%
G=9.27%
B=45.11%

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
Decimal1823718000.800.010.29300.8366.2142.94
HexB625B405011D12d422b
Octal26645264012013545510253
Binary1011011010010110110100010100001111011001011011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B625B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B625B4; }

 p { color: rgb(182,37,180); }

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

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

 a { background-color: rgb(182,37,180); }

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

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

 span { border-color: rgb(182,37,180); }

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