#B823B6

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

Shades of Deep Magenta #B823B6

Tints of Deep Magenta #B823B6

Color information

#B823B6 (or 0xB823B6) is unknown color: approx Deep Magenta. HEX triplet: B8, 23 and B6. RGB value is (184,35,182). Sum of RGB (Red+Green+Blue) = 184+35+182=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 35 (14.06% from 255 or 8.73% from 401); Blue value is 182 (71.48% from 255 or 45.39% from 401); Max value from RGB is 184 - color contains mainly: red. Hex color #B823B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B823B6 is #47DC49. Grayscale: #5F5F5F. Windows color (decimal): -4709450 or 11936696. OLE color: 11936696.

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

Color convert

RGB18435182-
CMYK00.810.010.28
HSL300.81º68.04%42.94%-
HSV(B)300.81º80.98%72.16%-
XYZ28.8114.7745.59-
YUV96.31176.36190.55-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.89%
GREEN value IS 35 (14.06% from 255) = 8.73%
BLUE value IS 182 (71.48% from 255) = 45.39%
R=45.89%
G=8.73%
B=45.39%

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
Decimal1843518200.810.010.28300.8168.0442.94
HexB823B605111C12d442b
Octal27043266012113445510453
Binary1011100010001110110110010100011111001001011011000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B823B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B823B6; }

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

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

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

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

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

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

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

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