Html Css Color HEX #B50BBA Deep Magenta

📋 copy color: '#B50BBA'

red 181 ◦ green 11 ◦ blue 186

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

Shades of Deep Magenta #B50BBA

Tints of Deep Magenta #B50BBA

RGB

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

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

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

R = 47.88%
G = 2.91%
B = 49.21%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B50BBA (or 0xB50BBA) is known color: Deep Magenta. HEX triplet: B5, 0B and BA. RGB value is (181,11,186). Sum of RGB (Red+Green+Blue) = 181+11+186=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 11 (4.69% from 255 or 2.91% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #B50BBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50BBA is #4AF445. Grayscale: #515151. Windows color (decimal): -4912198 or 12192693. OLE color: 12192693.

HSL color Cylindrical-coordinate representation of color #B50BBA: hue angle of 298.29º 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 #B50BBA is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 11 186 -
CMYK 0.03 0.94 0 0.27
HSL 298.29º 0.89% 0.39% -
HSV(B) 298.29º 0.94% 0.73% -
XYZ 28.04 13.61 47.6 -
YUV 81.78 186.82 198.77 -
System Red Green Blue C M Y K H S L
Decimal 181 11 186 0.03 0.94 0 0.27 298.29 0.89 0.39
Hex B5 B BA 3 5E 0 1B 12A 59 27
Octal 265 13 272 3 136 0 33 452 131 47
Binary 10110101 1011 10111010 11 1011110 0 11011 100101010 1011001 100111

Color Harmonies of #B50BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50BBA

Black with #B50BBA

Text Example


Text Example

White with #B50BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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