Html Css Color HEX #B80FCE Deep Magenta

📋 copy color: '#B80FCE'

red 184 ◦ green 15 ◦ blue 206

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

Shades of Deep Magenta #B80FCE

Tints of Deep Magenta #B80FCE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.7%

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

R = 45.43%
G = 3.7%
B = 50.86%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B80FCE (or 0xB80FCE) is known color: Deep Magenta. HEX triplet: B8, 0F and CE. RGB value is (184,15,206). Sum of RGB (Red+Green+Blue) = 184+15+206=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 15 (6.25% from 255 or 3.70% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #B80FCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80FCE is #47F031. Grayscale: #565656. Windows color (decimal): -4714546 or 13504440. OLE color: 13504440.

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

Color convert

RGB 184 15 206 -
CMYK 0.11 0.93 0 0.19
HSL 293.09º 0.86% 0.43% -
HSV(B) 293.09º 0.93% 0.81% -
XYZ 31.08 14.99 59.65 -
YUV 87.31 194.99 196.97 -
System Red Green Blue C M Y K H S L
Decimal 184 15 206 0.11 0.93 0 0.19 293.09 0.86 0.43
Hex B8 F CE B 5D 0 13 125 56 2B
Octal 270 17 316 13 135 0 23 445 126 53
Binary 10111000 1111 11001110 1011 1011101 0 10011 100100101 1010110 101011

Color Harmonies of #B80FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80FCE

Black with #B80FCE

Text Example


Text Example

White with #B80FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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