#B823B9

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

Shades of Deep Magenta #B823B9

Tints of Deep Magenta #B823B9

Color information

#B823B9 (or 0xB823B9) is unknown color: approx Deep Magenta. HEX triplet: B8, 23 and B9. RGB value is (184,35,185). Sum of RGB (Red+Green+Blue) = 184+35+185=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 35 (14.06% from 255 or 8.66% from 404); Blue value is 185 (72.66% from 255 or 45.79% from 404); Max value from RGB is 185 - color contains mainly: blue. Hex color #B823B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B823B9 is #47DC46. Grayscale: #606060. Windows color (decimal): -4709447 or 12133304. OLE color: 12133304.

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

Color convert

RGB18435185-
CMYK0.010.8100.27
HSL299.6º68.18%43.14%-
HSV(B)299.6º81.08%72.55%-
XYZ29.1314.947.24-
YUV96.65177.86190.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.54%
GREEN value IS 35 (14.06% from 255) = 8.66%
BLUE value IS 185 (72.66% from 255) = 45.79%
R=45.54%
G=8.66%
B=45.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184351850.010.8100.27299.668.1843.14
HexB823B915101B12c442b
Octal27043271112103345410453
Binary1011100010001110111001110100010110111001011001000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B823B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B823B9; }

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

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

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

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

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

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

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

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