#B725B2

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

Shades of Deep Magenta #B725B2

Tints of Deep Magenta #B725B2

Color information

#B725B2 (or 0xB725B2) is unknown color: approx Deep Magenta. HEX triplet: B7, 25 and B2. RGB value is (183,37,178). Sum of RGB (Red+Green+Blue) = 183+37+178=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 37 (14.84% from 255 or 9.30% from 398); Blue value is 178 (69.92% from 255 or 44.72% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B725B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B725B2 is #48DA4D. Grayscale: #606060. Windows color (decimal): -4774478 or 11675063. OLE color: 11675063.

HSL color Cylindrical-coordinate representation of color #B725B2: hue angle of 302.05º 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 #B725B2 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB18337178-
CMYK00.800.030.28
HSL302.05º66.36%43.14%-
HSV(B)302.05º79.78%71.76%-
XYZ28.2314.643.45-
YUV96.73173.87189.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.98%
GREEN value IS 37 (14.84% from 255) = 9.30%
BLUE value IS 178 (69.92% from 255) = 44.72%
R=45.98%
G=9.30%
B=44.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1833717800.800.030.28302.0566.3643.14
HexB725B205031C12e422b
Octal26745262012033445610253
Binary10110111100101101100100101000011111001001011101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B725B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B725B2; }

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

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

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

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

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

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

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

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