Html Css Color HEX #B80DBE Deep Magenta

📋 copy color: '#B80DBE'

red 184 ◦ green 13 ◦ blue 190

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

Shades of Deep Magenta #B80DBE

Tints of Deep Magenta #B80DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.1%

R = 47.55%
G = 3.36%
B = 49.1%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B80DBE (or 0xB80DBE) is known color: Deep Magenta. HEX triplet: B8, 0D and BE. RGB value is (184,13,190). Sum of RGB (Red+Green+Blue) = 184+13+190=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 13 (5.47% from 255 or 3.36% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #B80DBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80DBE is #47F241. Grayscale: #535353. Windows color (decimal): -4715074 or 12455352. OLE color: 12455352.

HSL color Cylindrical-coordinate representation of color #B80DBE: hue angle of 297.97º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80DBE is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 13 190 -
CMYK 0.03 0.93 0 0.25
HSL 297.97º 0.87% 0.4% -
HSV(B) 297.97º 0.93% 0.75% -
XYZ 29.21 14.2 49.92 -
YUV 84.31 187.65 199.11 -
System Red Green Blue C M Y K H S L
Decimal 184 13 190 0.03 0.93 0 0.25 297.97 0.87 0.4
Hex B8 D BE 3 5D 0 19 12A 57 28
Octal 270 15 276 3 135 0 31 452 127 50
Binary 10111000 1101 10111110 11 1011101 0 11001 100101010 1010111 101000

Color Harmonies of #B80DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80DBE

Black with #B80DBE

Text Example


Text Example

White with #B80DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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