Html Css Color HEX #B80DC8 Deep Magenta

📋 copy color: '#B80DC8'

red 184 ◦ green 13 ◦ blue 200

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

Shades of Deep Magenta #B80DC8

Tints of Deep Magenta #B80DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 50.38%

R = 46.35%
G = 3.27%
B = 50.38%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B80DC8 (or 0xB80DC8) is known color: Deep Magenta. HEX triplet: B8, 0D and C8. RGB value is (184,13,200). Sum of RGB (Red+Green+Blue) = 184+13+200=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 13 (5.47% from 255 or 3.27% from 397); Blue value is 200 (78.52% from 255 or 50.38% from 397); Max value from RGB is 200 - color contains mainly: blue. Hex color #B80DC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80DC8 is #47F237. Grayscale: #545454. Windows color (decimal): -4715064 or 13110712. OLE color: 13110712.

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

Color convert

RGB 184 13 200 -
CMYK 0.08 0.94 0 0.22
HSL 294.87º 0.88% 0.42% -
HSV(B) 294.87º 0.94% 0.78% -
XYZ 30.34 14.65 55.87 -
YUV 85.45 192.65 198.29 -
System Red Green Blue C M Y K H S L
Decimal 184 13 200 0.08 0.94 0 0.22 294.87 0.88 0.42
Hex B8 D C8 8 5E 0 16 127 58 2A
Octal 270 15 310 10 136 0 26 447 130 52
Binary 10111000 1101 11001000 1000 1011110 0 10110 100100111 1011000 101010

Color Harmonies of #B80DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80DC8

Black with #B80DC8

Text Example


Text Example

White with #B80DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80DC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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