Html Css Color HEX #B50CC5 Deep Magenta

📋 copy color: '#B50CC5'

red 181 ◦ green 12 ◦ blue 197

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

Shades of Deep Magenta #B50CC5

Tints of Deep Magenta #B50CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 50.51%

R = 46.41%
G = 3.08%
B = 50.51%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B50CC5 (or 0xB50CC5) is known color: Deep Magenta. HEX triplet: B5, 0C and C5. RGB value is (181,12,197). Sum of RGB (Red+Green+Blue) = 181+12+197=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 12 (5.08% from 255 or 3.08% from 390); Blue value is 197 (77.34% from 255 or 50.51% from 390); Max value from RGB is 197 - color contains mainly: blue. Hex color #B50CC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50CC5 is #4AF33A. Grayscale: #535353. Windows color (decimal): -4911931 or 12913845. OLE color: 12913845.

HSL color Cylindrical-coordinate representation of color #B50CC5: hue angle of 294.81º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50CC5 is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 181 12 197 -
CMYK 0.08 0.94 0 0.23
HSL 294.81º 0.89% 0.41% -
HSV(B) 294.81º 0.94% 0.77% -
XYZ 29.27 14.12 54.01 -
YUV 83.62 191.99 197.46 -
System Red Green Blue C M Y K H S L
Decimal 181 12 197 0.08 0.94 0 0.23 294.81 0.89 0.41
Hex B5 C C5 8 5E 0 17 127 59 29
Octal 265 14 305 10 136 0 27 447 131 51
Binary 10110101 1100 11000101 1000 1011110 0 10111 100100111 1011001 101001

Color Harmonies of #B50CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50CC5

Black with #B50CC5

Text Example


Text Example

White with #B50CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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