#B818B3

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

Shades of Deep Magenta #B818B3

Tints of Deep Magenta #B818B3

Color information

#B818B3 (or 0xB818B3) is unknown color: approx Deep Magenta. HEX triplet: B8, 18 and B3. RGB value is (184,24,179). Sum of RGB (Red+Green+Blue) = 184+24+179=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 24 (9.77% from 255 or 6.20% from 387); Blue value is 179 (70.31% from 255 or 46.25% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B818B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B818B3 is #47E74C. Grayscale: #595959. Windows color (decimal): -4712269 or 11737272. OLE color: 11737272.

HSL color Cylindrical-coordinate representation of color #B818B3: hue angle of 301.88º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B818B3 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB18424179-
CMYK00.870.030.28
HSL301.88º76.92%40.78%-
HSV(B)301.88º86.96%72.16%-
XYZ28.2314.143.88-
YUV89.51178.51195.4-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.55%
GREEN value IS 24 (9.77% from 255) = 6.20%
BLUE value IS 179 (70.31% from 255) = 46.25%
R=47.55%
G=6.20%
B=46.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1842417900.870.030.28301.8876.9240.78
HexB818B305731C12e4d29
Octal27030263012733445611551
Binary1011100011000101100110101011111111001001011101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B818B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B818B3; }

 p { color: rgb(184,24,179); }

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

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

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

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

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

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

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