#B823B8

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

Shades of Deep Magenta #B823B8

Tints of Deep Magenta #B823B8

Color information

#B823B8 (or 0xB823B8) is unknown color: approx Deep Magenta. HEX triplet: B8, 23 and B8. RGB value is (184,35,184). Sum of RGB (Red+Green+Blue) = 184+35+184=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 35 (14.06% from 255 or 8.68% from 403); Blue value is 184 (72.27% from 255 or 45.66% from 403); Max value from RGB is 184 - color contains mainly: red, blue. Hex color #B823B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B823B8 is #47DC47. Grayscale: #606060. Windows color (decimal): -4709448 or 12067768. OLE color: 12067768.

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

Color convert

RGB18435184-
CMYK00.8100.28
HSL300º68.04%42.94%-
HSV(B)300º80.98%72.16%-
XYZ29.0214.8546.68-
YUV96.54177.36190.38-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.66%
GREEN value IS 35 (14.06% from 255) = 8.68%
BLUE value IS 184 (72.27% from 255) = 45.66%
R=45.66%
G=8.68%
B=45.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1843518400.8100.2830068.0442.94
HexB823B805101C12c442b
Octal27043270012103445410453
Binary1011100010001110111000010100010111001001011001000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B823B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B823B8; }

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

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

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

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

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

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

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

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