Html Css Color HEX #B80ACE Deep Magenta

📋 copy color: '#B80ACE'

red 184 ◦ green 10 ◦ blue 206

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

Shades of Deep Magenta #B80ACE

Tints of Deep Magenta #B80ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.5%

R = 46%
G = 2.5%
B = 51.5%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B80ACE (or 0xB80ACE) is known color: Deep Magenta. HEX triplet: B8, 0A and CE. RGB value is (184,10,206). Sum of RGB (Red+Green+Blue) = 184+10+206=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 10 (4.30% from 255 or 2.5% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #B80ACE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80ACE is #47F531. Grayscale: #535353. Windows color (decimal): -4715826 or 13503160. OLE color: 13503160.

HSL color Cylindrical-coordinate representation of color #B80ACE: hue angle of 293.27º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80ACE is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 10 206 -
CMYK 0.11 0.95 0 0.19
HSL 293.27º 0.91% 0.42% -
HSV(B) 293.27º 0.95% 0.81% -
XYZ 31.02 14.86 59.63 -
YUV 84.37 196.65 199.06 -
System Red Green Blue C M Y K H S L
Decimal 184 10 206 0.11 0.95 0 0.19 293.27 0.91 0.42
Hex B8 A CE B 5F 0 13 125 5B 2A
Octal 270 12 316 13 137 0 23 445 133 52
Binary 10111000 1010 11001110 1011 1011111 0 10011 100100101 1011011 101010

Color Harmonies of #B80ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80ACE

Black with #B80ACE

Text Example


Text Example

White with #B80ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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