Html Css Color HEX #B80FCD Deep Magenta

📋 copy color: '#B80FCD'

red 184 ◦ green 15 ◦ blue 205

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

Shades of Deep Magenta #B80FCD

Tints of Deep Magenta #B80FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.74%

R = 45.54%
G = 3.71%
B = 50.74%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B80FCD (or 0xB80FCD) is known color: Deep Magenta. HEX triplet: B8, 0F and CD. RGB value is (184,15,205). Sum of RGB (Red+Green+Blue) = 184+15+205=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 15 (6.25% from 255 or 3.71% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #B80FCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80FCD is #47F032. Grayscale: #565656. Windows color (decimal): -4714547 or 13438904. OLE color: 13438904.

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

Color convert

RGB 184 15 205 -
CMYK 0.10 0.93 0 0.20
HSL 293.37º 0.86% 0.43% -
HSV(B) 293.37º 0.93% 0.8% -
XYZ 30.96 14.94 59.01 -
YUV 87.19 194.49 197.05 -
System Red Green Blue C M Y K H S L
Decimal 184 15 205 0.10 0.93 0 0.20 293.37 0.86 0.43
Hex B8 F CD A 5D 0 14 125 56 2B
Octal 270 17 315 12 135 0 24 445 126 53
Binary 10111000 1111 11001101 1010 1011101 0 10100 100100101 1010110 101011

Color Harmonies of #B80FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80FCD

Black with #B80FCD

Text Example


Text Example

White with #B80FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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