#B823B7

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

Shades of Deep Magenta #B823B7

Tints of Deep Magenta #B823B7

Color information

#B823B7 (or 0xB823B7) is unknown color: approx Deep Magenta. HEX triplet: B8, 23 and B7. RGB value is (184,35,183). Sum of RGB (Red+Green+Blue) = 184+35+183=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 35 (14.06% from 255 or 8.71% from 402); Blue value is 183 (71.88% from 255 or 45.52% from 402); Max value from RGB is 184 - color contains mainly: red. Hex color #B823B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B823B7 is #47DC48. Grayscale: #5F5F5F. Windows color (decimal): -4709449 or 12002232. OLE color: 12002232.

HSL color Cylindrical-coordinate representation of color #B823B7: hue angle of 300.4º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B823B7 is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB18435183-
CMYK00.810.010.28
HSL300.4º68.04%42.94%-
HSV(B)300.4º80.98%72.16%-
XYZ28.9214.8146.13-
YUV96.42176.86190.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.77%
GREEN value IS 35 (14.06% from 255) = 8.71%
BLUE value IS 183 (71.88% from 255) = 45.52%
R=45.77%
G=8.71%
B=45.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1843518300.810.010.28300.468.0442.94
HexB823B705111C12c442b
Octal27043267012113445410453
Binary1011100010001110110111010100011111001001011001000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B823B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B823B7; }

 p { color: rgb(184,35,183); }

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

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

 a { background-color: rgb(184,35,183); }

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

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

 span { border-color: rgb(184,35,183); }

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