Html Css Color HEX #B50BBB Deep Magenta

📋 copy color: '#B50BBB'

red 181 ◦ green 11 ◦ blue 187

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

Shades of Deep Magenta #B50BBB

Tints of Deep Magenta #B50BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.34%

R = 47.76%
G = 2.9%
B = 49.34%

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

#B50BBB (or 0xB50BBB) is known color: Deep Magenta. HEX triplet: B5, 0B and BB. RGB value is (181,11,187). Sum of RGB (Red+Green+Blue) = 181+11+187=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 11 (4.69% from 255 or 2.90% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #B50BBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50BBB is #4AF444. Grayscale: #515151. Windows color (decimal): -4912197 or 12258229. OLE color: 12258229.

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

Color convert

RGB 181 11 187 -
CMYK 0.03 0.94 0 0.27
HSL 297.95º 0.89% 0.39% -
HSV(B) 297.95º 0.94% 0.73% -
XYZ 28.15 13.65 48.17 -
YUV 81.89 187.32 198.69 -
System Red Green Blue C M Y K H S L
Decimal 181 11 187 0.03 0.94 0 0.27 297.95 0.89 0.39
Hex B5 B BB 3 5E 0 1B 12A 59 27
Octal 265 13 273 3 136 0 33 452 131 47
Binary 10110101 1011 10111011 11 1011110 0 11011 100101010 1011001 100111

Color Harmonies of #B50BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50BBB

Black with #B50BBB

Text Example


Text Example

White with #B50BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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