#b725b6

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

Shades of Deep Magenta #B725B6

Tints of Deep Magenta #B725B6

Color information

#B725B6 (or 0xB725B6) is unknown color: approx Deep Magenta. HEX triplet: B7, 25 and B6. RGB value is (183,37,182). Sum of RGB (Red+Green+Blue) = 183+37+182=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 37 (14.84% from 255 or 9.20% from 402); Blue value is 182 (71.48% from 255 or 45.27% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B725B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B725B6 is #48DA49. Grayscale: #606060. Windows color (decimal): -4774474 or 11937207. OLE color: 11937207.

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

Color convert

RGB18337182-
CMYK00.800.010.28
HSL300.41º66.36%43.14%-
HSV(B)300.41º79.78%71.76%-
XYZ28.6314.7745.6-
YUV97.18175.87189.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.52%
GREEN value IS 37 (14.84% from 255) = 9.20%
BLUE value IS 182 (71.48% from 255) = 45.27%
R=45.52%
G=9.20%
B=45.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1833718200.800.010.28300.4166.3643.14
HexB725B605011C12c422b
Octal26745266012013445410253
Binary1011011110010110110110010100001111001001011001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b725b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b725b6; }

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

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

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

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

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

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

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

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