Html Css Color HEX #B50CBA Deep Magenta

📋 copy color: '#B50CBA'

red 181 ◦ green 12 ◦ blue 186

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

Shades of Deep Magenta #B50CBA

Tints of Deep Magenta #B50CBA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.17%

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

R = 47.76%
G = 3.17%
B = 49.08%

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

#B50CBA (or 0xB50CBA) is known color: Deep Magenta. HEX triplet: B5, 0C and BA. RGB value is (181,12,186). Sum of RGB (Red+Green+Blue) = 181+12+186=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 12 (5.08% from 255 or 3.17% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #B50CBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50CBA is #4AF345. Grayscale: #515151. Windows color (decimal): -4911942 or 12192949. OLE color: 12192949.

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

Color convert

RGB 181 12 186 -
CMYK 0.03 0.94 0 0.27
HSL 298.28º 0.88% 0.39% -
HSV(B) 298.28º 0.94% 0.73% -
XYZ 28.05 13.63 47.61 -
YUV 82.37 186.49 198.35 -
System Red Green Blue C M Y K H S L
Decimal 181 12 186 0.03 0.94 0 0.27 298.28 0.88 0.39
Hex B5 C BA 3 5E 0 1B 12A 58 27
Octal 265 14 272 3 136 0 33 452 130 47
Binary 10110101 1100 10111010 11 1011110 0 11011 100101010 1011000 100111

Color Harmonies of #B50CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50CBA

Black with #B50CBA

Text Example


Text Example

White with #B50CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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