Html Css Color HEX #B80DC7 Deep Magenta

📋 copy color: '#B80DC7'

red 184 ◦ green 13 ◦ blue 199

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

Shades of Deep Magenta #B80DC7

Tints of Deep Magenta #B80DC7

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.28%

 BLUE value IS 199 (78.13% from 255) = 50.25%

R = 46.46%
G = 3.28%
B = 50.25%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B80DC7 (or 0xB80DC7) is known color: Deep Magenta. HEX triplet: B8, 0D and C7. RGB value is (184,13,199). Sum of RGB (Red+Green+Blue) = 184+13+199=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 13 (5.47% from 255 or 3.28% from 396); Blue value is 199 (78.12% from 255 or 50.25% from 396); Max value from RGB is 199 - color contains mainly: blue. Hex color #B80DC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80DC7 is #47F238. Grayscale: #545454. Windows color (decimal): -4715065 or 13045176. OLE color: 13045176.

HSL color Cylindrical-coordinate representation of color #B80DC7: hue angle of 295.16º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80DC7 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 184 13 199 -
CMYK 0.08 0.93 0 0.22
HSL 295.16º 0.88% 0.42% -
HSV(B) 295.16º 0.93% 0.78% -
XYZ 30.22 14.6 55.26 -
YUV 85.33 192.15 198.38 -
System Red Green Blue C M Y K H S L
Decimal 184 13 199 0.08 0.93 0 0.22 295.16 0.88 0.42
Hex B8 D C7 8 5D 0 16 127 58 2A
Octal 270 15 307 10 135 0 26 447 130 52
Binary 10111000 1101 11000111 1000 1011101 0 10110 100100111 1011000 101010

Color Harmonies of #B80DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80DC7

Black with #B80DC7

Text Example


Text Example

White with #B80DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80DC7; }

 p { color: rgb(184,13,199); }

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

background-color css

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

 a { background-color: rgb(184,13,199); }

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

border-color css

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

 span { border-color: rgb(184,13,199); }

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