Html Css Color HEX #B80BBE Deep Magenta

📋 copy color: '#B80BBE'

red 184 ◦ green 11 ◦ blue 190

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

Shades of Deep Magenta #B80BBE

Tints of Deep Magenta #B80BBE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.86%

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

R = 47.79%
G = 2.86%
B = 49.35%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B80BBE (or 0xB80BBE) is known color: Deep Magenta. HEX triplet: B8, 0B and BE. RGB value is (184,11,190). Sum of RGB (Red+Green+Blue) = 184+11+190=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 11 (4.69% from 255 or 2.86% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #B80BBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80BBE is #47F441. Grayscale: #525252. Windows color (decimal): -4715586 or 12454840. OLE color: 12454840.

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

Color convert

RGB 184 11 190 -
CMYK 0.03 0.94 0 0.25
HSL 297.99º 0.89% 0.39% -
HSV(B) 297.99º 0.94% 0.75% -
XYZ 29.18 14.15 49.91 -
YUV 83.13 188.31 199.95 -
System Red Green Blue C M Y K H S L
Decimal 184 11 190 0.03 0.94 0 0.25 297.99 0.89 0.39
Hex B8 B BE 3 5E 0 19 12A 59 27
Octal 270 13 276 3 136 0 31 452 131 47
Binary 10111000 1011 10111110 11 1011110 0 11001 100101010 1011001 100111

Color Harmonies of #B80BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80BBE

Black with #B80BBE

Text Example


Text Example

White with #B80BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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