Html Css Color HEX #B50CC9 Deep Magenta

📋 copy color: '#B50CC9'

red 181 ◦ green 12 ◦ blue 201

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

Shades of Deep Magenta #B50CC9

Tints of Deep Magenta #B50CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 51.02%

R = 45.94%
G = 3.05%
B = 51.02%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B50CC9 (or 0xB50CC9) is known color: Deep Magenta. HEX triplet: B5, 0C and C9. RGB value is (181,12,201). Sum of RGB (Red+Green+Blue) = 181+12+201=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 12 (5.08% from 255 or 3.05% from 394); Blue value is 201 (78.91% from 255 or 51.02% from 394); Max value from RGB is 201 - color contains mainly: blue. Hex color #B50CC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50CC9 is #4AF336. Grayscale: #535353. Windows color (decimal): -4911927 or 13175989. OLE color: 13175989.

HSL color Cylindrical-coordinate representation of color #B50CC9: hue angle of 293.65º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50CC9 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 12 201 -
CMYK 0.10 0.94 0 0.21
HSL 293.65º 0.89% 0.42% -
HSV(B) 293.65º 0.94% 0.79% -
XYZ 29.73 14.3 56.45 -
YUV 84.08 193.99 197.13 -
System Red Green Blue C M Y K H S L
Decimal 181 12 201 0.10 0.94 0 0.21 293.65 0.89 0.42
Hex B5 C C9 A 5E 0 15 126 59 2A
Octal 265 14 311 12 136 0 25 446 131 52
Binary 10110101 1100 11001001 1010 1011110 0 10101 100100110 1011001 101010

Color Harmonies of #B50CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50CC9

Black with #B50CC9

Text Example


Text Example

White with #B50CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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