#B80BDA

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

Shades of Deep Magenta #B80BDA

Tints of Deep Magenta #B80BDA

Color information

#B80BDA (or 0xB80BDA) is unknown color: approx Deep Magenta. HEX triplet: B8, 0B and DA. RGB value is (184,11,218). Sum of RGB (Red+Green+Blue) = 184+11+218=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 11 (4.69% from 255 or 2.66% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #B80BDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80BDA is #47F425. Grayscale: #555555. Windows color (decimal): -4715558 or 14289848. OLE color: 14289848.

HSL color Cylindrical-coordinate representation of color #B80BDA: hue angle of 290.14º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80BDA is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18411218-
CMYK0.160.9500.15
HSL290.14º90.39%44.9%-
HSV(B)290.14º94.95%85.49%-
XYZ32.5415.4967.6-
YUV86.32202.31197.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.55%
GREEN value IS 11 (4.69% from 255) = 2.66%
BLUE value IS 218 (85.55% from 255) = 52.78%
R=44.55%
G=2.66%
B=52.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal184112180.160.9500.15290.1490.3944.9
HexB8BDA105F0F1225a2d
Octal270133322013701744213255
Binary10111000101111011010100001011111011111001000101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80BDA; }

 p { color: rgb(184,11,218); }

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

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

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

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

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

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

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