Html Css Color HEX #B80BBA Deep Magenta

📋 copy color: '#B80BBA'

red 184 ◦ green 11 ◦ blue 186

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

Shades of Deep Magenta #B80BBA

Tints of Deep Magenta #B80BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.82%

R = 48.29%
G = 2.89%
B = 48.82%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B80BBA (or 0xB80BBA) is known color: Deep Magenta. HEX triplet: B8, 0B and BA. RGB value is (184,11,186). Sum of RGB (Red+Green+Blue) = 184+11+186=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 11 (4.69% from 255 or 2.89% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #B80BBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80BBA is #47F445. Grayscale: #525252. Windows color (decimal): -4715590 or 12192696. OLE color: 12192696.

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

Color convert

RGB 184 11 186 -
CMYK 0.01 0.94 0 0.27
HSL 299.31º 0.89% 0.39% -
HSV(B) 299.31º 0.94% 0.73% -
XYZ 28.75 13.97 47.64 -
YUV 82.68 186.31 200.27 -
System Red Green Blue C M Y K H S L
Decimal 184 11 186 0.01 0.94 0 0.27 299.31 0.89 0.39
Hex B8 B BA 1 5E 0 1B 12B 59 27
Octal 270 13 272 1 136 0 33 453 131 47
Binary 10111000 1011 10111010 1 1011110 0 11011 100101011 1011001 100111

Color Harmonies of #B80BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80BBA

Black with #B80BBA

Text Example


Text Example

White with #B80BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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