Html Css Color HEX #B50BBC Deep Magenta

📋 copy color: '#B50BBC'

red 181 ◦ green 11 ◦ blue 188

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

Shades of Deep Magenta #B50BBC

Tints of Deep Magenta #B50BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.47%

R = 47.63%
G = 2.89%
B = 49.47%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B50BBC (or 0xB50BBC) is known color: Deep Magenta. HEX triplet: B5, 0B and BC. RGB value is (181,11,188). Sum of RGB (Red+Green+Blue) = 181+11+188=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 11 (4.69% from 255 or 2.89% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #B50BBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50BBC is #4AF443. Grayscale: #515151. Windows color (decimal): -4912196 or 12323765. OLE color: 12323765.

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

Color convert

RGB 181 11 188 -
CMYK 0.04 0.94 0 0.26
HSL 297.63º 0.89% 0.39% -
HSV(B) 297.63º 0.94% 0.74% -
XYZ 28.25 13.69 48.73 -
YUV 82.01 187.82 198.61 -
System Red Green Blue C M Y K H S L
Decimal 181 11 188 0.04 0.94 0 0.26 297.63 0.89 0.39
Hex B5 B BC 4 5E 0 1A 12A 59 27
Octal 265 13 274 4 136 0 32 452 131 47
Binary 10110101 1011 10111100 100 1011110 0 11010 100101010 1011001 100111

Color Harmonies of #B50BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50BBC

Black with #B50BBC

Text Example


Text Example

White with #B50BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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