#B80AB8

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

Shades of Deep Magenta #B80AB8

Tints of Deep Magenta #B80AB8

Color information

#B80AB8 (or 0xB80AB8) is unknown color: approx Deep Magenta. HEX triplet: B8, 0A and B8. RGB value is (184,10,184). Sum of RGB (Red+Green+Blue) = 184+10+184=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 10 (4.30% from 255 or 2.65% from 378); Blue value is 184 (72.27% from 255 or 48.68% from 378); Max value from RGB is 184 - color contains mainly: red, blue. Hex color #B80AB8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80AB8 is #47F547. Grayscale: #515151. Windows color (decimal): -4715848 or 12061368. OLE color: 12061368.

HSL color Cylindrical-coordinate representation of color #B80AB8: hue angle of 300º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80AB8 is Cyan = 0, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB18410184-
CMYK00.9500.28
HSL300º89.69%38.04%-
HSV(B)300º94.57%72.16%-
XYZ28.5313.8746.52-
YUV81.86185.65200.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.68%
GREEN value IS 10 (4.30% from 255) = 2.65%
BLUE value IS 184 (72.27% from 255) = 48.68%
R=48.68%
G=2.65%
B=48.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841018400.9500.2830089.6938.04
HexB8AB805F01C12c5a26
Octal27012270013703445413246
Binary10111000101010111000010111110111001001011001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80AB8; }

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

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

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

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

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

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

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

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