Html Css Color HEX #B80AC9 Deep Magenta

📋 copy color: '#B80AC9'

red 184 ◦ green 10 ◦ blue 201

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

Shades of Deep Magenta #B80AC9

Tints of Deep Magenta #B80AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 50.89%

R = 46.58%
G = 2.53%
B = 50.89%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B80AC9 (or 0xB80AC9) is known color: Deep Magenta. HEX triplet: B8, 0A and C9. RGB value is (184,10,201). Sum of RGB (Red+Green+Blue) = 184+10+201=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 10 (4.30% from 255 or 2.53% from 395); Blue value is 201 (78.91% from 255 or 50.89% from 395); Max value from RGB is 201 - color contains mainly: blue. Hex color #B80AC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80AC9 is #47F536. Grayscale: #535353. Windows color (decimal): -4715831 or 13175480. OLE color: 13175480.

HSL color Cylindrical-coordinate representation of color #B80AC9: hue angle of 294.66º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80AC9 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 184 10 201 -
CMYK 0.08 0.95 0 0.21
HSL 294.66º 0.91% 0.41% -
HSV(B) 294.66º 0.95% 0.79% -
XYZ 30.42 14.62 56.48 -
YUV 83.8 194.15 199.47 -
System Red Green Blue C M Y K H S L
Decimal 184 10 201 0.08 0.95 0 0.21 294.66 0.91 0.41
Hex B8 A C9 8 5F 0 15 127 5B 29
Octal 270 12 311 10 137 0 25 447 133 51
Binary 10111000 1010 11001001 1000 1011111 0 10101 100100111 1011011 101001

Color Harmonies of #B80AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80AC9

Black with #B80AC9

Text Example


Text Example

White with #B80AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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