Html Css Color HEX #B80FCA Deep Magenta

📋 copy color: '#B80FCA'

red 184 ◦ green 15 ◦ blue 202

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

Shades of Deep Magenta #B80FCA

Tints of Deep Magenta #B80FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.37%

R = 45.89%
G = 3.74%
B = 50.37%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B80FCA (or 0xB80FCA) is known color: Deep Magenta. HEX triplet: B8, 0F and CA. RGB value is (184,15,202). Sum of RGB (Red+Green+Blue) = 184+15+202=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 15 (6.25% from 255 or 3.74% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #B80FCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80FCA is #47F035. Grayscale: #565656. Windows color (decimal): -4714550 or 13242296. OLE color: 13242296.

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

Color convert

RGB 184 15 202 -
CMYK 0.09 0.93 0 0.21
HSL 294.22º 0.86% 0.43% -
HSV(B) 294.22º 0.93% 0.79% -
XYZ 30.6 14.8 57.12 -
YUV 86.85 192.99 197.29 -
System Red Green Blue C M Y K H S L
Decimal 184 15 202 0.09 0.93 0 0.21 294.22 0.86 0.43
Hex B8 F CA 9 5D 0 15 126 56 2B
Octal 270 17 312 11 135 0 25 446 126 53
Binary 10111000 1111 11001010 1001 1011101 0 10101 100100110 1010110 101011

Color Harmonies of #B80FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80FCA

Black with #B80FCA

Text Example


Text Example

White with #B80FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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