Html Css Color HEX #B80DB5 Deep Magenta

📋 copy color: '#B80DB5'

red 184 ◦ green 13 ◦ blue 181

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

Shades of Deep Magenta #B80DB5

Tints of Deep Magenta #B80DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 47.88%

R = 48.68%
G = 3.44%
B = 47.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#B80DB5 (or 0xB80DB5) is known color: Deep Magenta. HEX triplet: B8, 0D and B5. RGB value is (184,13,181). Sum of RGB (Red+Green+Blue) = 184+13+181=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 13 (5.47% from 255 or 3.44% from 378); Blue value is 181 (71.09% from 255 or 47.88% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B80DB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80DB5 is #47F24A. Grayscale: #525252. Windows color (decimal): -4715083 or 11865528. OLE color: 11865528.

HSL color Cylindrical-coordinate representation of color #B80DB5: hue angle of 301.05º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80DB5 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 13 181 -
CMYK 0 0.93 0.02 0.28
HSL 301.05º 0.87% 0.39% -
HSV(B) 301.05º 0.93% 0.72% -
XYZ 28.25 13.81 44.89 -
YUV 83.28 183.15 199.84 -
System Red Green Blue C M Y K H S L
Decimal 184 13 181 0 0.93 0.02 0.28 301.05 0.87 0.39
Hex B8 D B5 0 5D 2 1C 12D 57 27
Octal 270 15 265 0 135 2 34 455 127 47
Binary 10111000 1101 10110101 0 1011101 10 11100 100101101 1010111 100111

Color Harmonies of #B80DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80DB5

Black with #B80DB5

Text Example


Text Example

White with #B80DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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