#B825B6

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

Shades of Deep Magenta #B825B6

Tints of Deep Magenta #B825B6

Color information

#B825B6 (or 0xB825B6) is unknown color: approx Deep Magenta. HEX triplet: B8, 25 and B6. RGB value is (184,37,182). Sum of RGB (Red+Green+Blue) = 184+37+182=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 182 (71.48% from 255 or 45.16% from 403); Max value from RGB is 184 - color contains mainly: red. Hex color #B825B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B825B6 is #47DA49. Grayscale: #616161. Windows color (decimal): -4708938 or 11937208. OLE color: 11937208.

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

Color convert

RGB18437182-
CMYK00.800.010.28
HSL300.82º66.52%43.33%-
HSV(B)300.82º79.89%72.16%-
XYZ28.8714.8945.61-
YUV97.48175.7189.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.66%
GREEN value IS 37 (14.84% from 255) = 9.18%
BLUE value IS 182 (71.48% from 255) = 45.16%
R=45.66%
G=9.18%
B=45.16%

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
Decimal1843718200.800.010.28300.8266.5243.33
HexB825B605011C12d432b
Octal27045266012013445510353
Binary1011100010010110110110010100001111001001011011000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B825B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B825B6; }

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

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

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

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

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

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

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

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