#B725B3

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

Shades of Deep Magenta #B725B3

Tints of Deep Magenta #B725B3

Color information

#B725B3 (or 0xB725B3) is unknown color: approx Deep Magenta. HEX triplet: B7, 25 and B3. RGB value is (183,37,179). Sum of RGB (Red+Green+Blue) = 183+37+179=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 37 (14.84% from 255 or 9.27% from 399); Blue value is 179 (70.31% from 255 or 44.86% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B725B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B725B3 is #48DA4C. Grayscale: #606060. Windows color (decimal): -4774477 or 11740599. OLE color: 11740599.

HSL color Cylindrical-coordinate representation of color #B725B3: hue angle of 301.64º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B725B3 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB18337179-
CMYK00.800.020.28
HSL301.64º66.36%43.14%-
HSV(B)301.64º79.78%71.76%-
XYZ28.3314.6543.98-
YUV96.84174.37189.45-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.86%
GREEN value IS 37 (14.84% from 255) = 9.27%
BLUE value IS 179 (70.31% from 255) = 44.86%
R=45.86%
G=9.27%
B=44.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1833717900.800.020.28301.6466.3643.14
HexB725B305021C12e422b
Octal26745263012023445610253
Binary10110111100101101100110101000010111001001011101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B725B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B725B3; }

 p { color: rgb(183,37,179); }

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

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

 a { background-color: rgb(183,37,179); }

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

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

 span { border-color: rgb(183,37,179); }

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