Html Css Color HEX #B80BD7 Deep Magenta

📋 copy color: '#B80BD7'

red 184 ◦ green 11 ◦ blue 215

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

Shades of Deep Magenta #B80BD7

Tints of Deep Magenta #B80BD7

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.68%

 BLUE value IS 215 (84.38% from 255) = 52.44%

R = 44.88%
G = 2.68%
B = 52.44%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B80BD7 (or 0xB80BD7) is known color: Deep Magenta. HEX triplet: B8, 0B and D7. RGB value is (184,11,215). Sum of RGB (Red+Green+Blue) = 184+11+215=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 11 (4.69% from 255 or 2.68% from 410); Blue value is 215 (84.38% from 255 or 52.44% from 410); Max value from RGB is 215 - color contains mainly: blue. Hex color #B80BD7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80BD7 is #47F428. Grayscale: #555555. Windows color (decimal): -4715561 or 14093240. OLE color: 14093240.

HSL color Cylindrical-coordinate representation of color #B80BD7: hue angle of 290.88º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80BD7 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 184 11 215 -
CMYK 0.14 0.95 0 0.16
HSL 290.88º 0.9% 0.44% -
HSV(B) 290.88º 0.95% 0.84% -
XYZ 32.15 15.34 65.56 -
YUV 85.98 200.81 197.91 -
System Red Green Blue C M Y K H S L
Decimal 184 11 215 0.14 0.95 0 0.16 290.88 0.9 0.44
Hex B8 B D7 E 5F 0 10 123 5A 2C
Octal 270 13 327 16 137 0 20 443 132 54
Binary 10111000 1011 11010111 1110 1011111 0 10000 100100011 1011010 101100

Color Harmonies of #B80BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80BD7

Black with #B80BD7

Text Example


Text Example

White with #B80BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80BD7; }

 p { color: rgb(184,11,215); }

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

background-color css

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

 a { background-color: rgb(184,11,215); }

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

border-color css

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

 span { border-color: rgb(184,11,215); }

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