Html Css Color HEX #B80DB7 Deep Magenta

📋 copy color: '#B80DB7'

red 184 ◦ green 13 ◦ blue 183

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

Shades of Deep Magenta #B80DB7

Tints of Deep Magenta #B80DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 48.16%

R = 48.42%
G = 3.42%
B = 48.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#B80DB7 (or 0xB80DB7) is known color: Deep Magenta. HEX triplet: B8, 0D and B7. RGB value is (184,13,183). Sum of RGB (Red+Green+Blue) = 184+13+183=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 13 (5.47% from 255 or 3.42% from 380); Blue value is 183 (71.88% from 255 or 48.16% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B80DB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80DB7 is #47F248. Grayscale: #535353. Windows color (decimal): -4715081 or 11996600. OLE color: 11996600.

HSL color Cylindrical-coordinate representation of color #B80DB7: hue angle of 300.35º 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 #B80DB7 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 13 183 -
CMYK 0 0.93 0.01 0.28
HSL 300.35º 0.87% 0.39% -
HSV(B) 300.35º 0.93% 0.72% -
XYZ 28.46 13.9 45.98 -
YUV 83.51 184.15 199.68 -
System Red Green Blue C M Y K H S L
Decimal 184 13 183 0 0.93 0.01 0.28 300.35 0.87 0.39
Hex B8 D B7 0 5D 1 1C 12C 57 27
Octal 270 15 267 0 135 1 34 454 127 47
Binary 10111000 1101 10110111 0 1011101 1 11100 100101100 1010111 100111

Color Harmonies of #B80DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80DB7

Black with #B80DB7

Text Example


Text Example

White with #B80DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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