Html Css Color HEX #B80AA7 Deep Magenta

📋 copy color: '#B80AA7'

red 184 ◦ green 10 ◦ blue 167

#B80AA7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #B80AA7

Tints of Deep Magenta #B80AA7

RGB

 RED value IS 184 (72.27% from 255) = 50.97%

 GREEN value IS 10 (4.3% from 255) = 2.77%

 BLUE value IS 167 (65.63% from 255) = 46.26%

R = 50.97%
G = 2.77%
B = 46.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#B80AA7 (or 0xB80AA7) is known color: Deep Magenta. HEX triplet: B8, 0A and A7. RGB value is (184,10,167). Sum of RGB (Red+Green+Blue) = 184+10+167=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 10 (4.30% from 255 or 2.77% from 361); Blue value is 167 (65.62% from 255 or 46.26% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B80AA7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80AA7 is #47F558. Grayscale: #4F4F4F. Windows color (decimal): -4715865 or 10947256. OLE color: 10947256.

HSL color Cylindrical-coordinate representation of color #B80AA7: hue angle of 305.86º 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 #B80AA7 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 10 167 -
CMYK 0 0.95 0.09 0.28
HSL 305.86º 0.9% 0.38% -
HSV(B) 305.86º 0.95% 0.72% -
XYZ 26.85 13.2 37.69 -
YUV 79.92 177.15 202.23 -
System Red Green Blue C M Y K H S L
Decimal 184 10 167 0 0.95 0.09 0.28 305.86 0.9 0.38
Hex B8 A A7 0 5F 9 1C 132 5A 26
Octal 270 12 247 0 137 11 34 462 132 46
Binary 10111000 1010 10100111 0 1011111 1001 11100 100110010 1011010 100110

Color Harmonies of #B80AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80AA7

Black with #B80AA7

Text Example


Text Example

White with #B80AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80AA7; }

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

 H1.HeaderClassName
 {
   color: #B80AA7;
 }
 .AnyTagClassName
 {
   color: #B80AA7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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