#B80BA7

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

Shades of Deep Magenta #B80BA7

Tints of Deep Magenta #B80BA7

Color information

#B80BA7 (or 0xB80BA7) is unknown color: approx Deep Magenta. HEX triplet: B8, 0B and A7. RGB value is (184,11,167). Sum of RGB (Red+Green+Blue) = 184+11+167=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 11 (4.69% from 255 or 3.04% from 362); Blue value is 167 (65.62% from 255 or 46.13% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B80BA7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80BA7 is #47F458. Grayscale: #505050. Windows color (decimal): -4715609 or 10947512. OLE color: 10947512.

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

Color convert

RGB18411167-
CMYK00.940.090.28
HSL305.9º88.72%38.24%-
HSV(B)305.9º94.02%72.16%-
XYZ26.8613.2237.7-
YUV80.51176.81201.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.83%
GREEN value IS 11 (4.69% from 255) = 3.04%
BLUE value IS 167 (65.62% from 255) = 46.13%
R=50.83%
G=3.04%
B=46.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841116700.940.090.28305.988.7238.24
HexB8BA705E91C1325926
Octal270132470136113446213146
Binary10111000101110100111010111101001111001001100101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80BA7; }

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

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

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

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

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

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

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

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