Html Css Color HEX #B50BBF Deep Magenta

📋 copy color: '#B50BBF'

red 181 ◦ green 11 ◦ blue 191

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

Shades of Deep Magenta #B50BBF

Tints of Deep Magenta #B50BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.87%

R = 47.26%
G = 2.87%
B = 49.87%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B50BBF (or 0xB50BBF) is known color: Deep Magenta. HEX triplet: B5, 0B and BF. RGB value is (181,11,191). Sum of RGB (Red+Green+Blue) = 181+11+191=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 11 (4.69% from 255 or 2.87% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #B50BBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50BBF is #4AF440. Grayscale: #515151. Windows color (decimal): -4912193 or 12520373. OLE color: 12520373.

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

Color convert

RGB 181 11 191 -
CMYK 0.05 0.94 0 0.25
HSL 296.67º 0.89% 0.4% -
HSV(B) 296.67º 0.94% 0.75% -
XYZ 28.58 13.82 50.45 -
YUV 82.35 189.32 198.36 -
System Red Green Blue C M Y K H S L
Decimal 181 11 191 0.05 0.94 0 0.25 296.67 0.89 0.4
Hex B5 B BF 5 5E 0 19 129 59 28
Octal 265 13 277 5 136 0 31 451 131 50
Binary 10110101 1011 10111111 101 1011110 0 11001 100101001 1011001 101000

Color Harmonies of #B50BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50BBF

Black with #B50BBF

Text Example


Text Example

White with #B50BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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