Html Css Color HEX #B50CD3 Deep Magenta

📋 copy color: '#B50CD3'

red 181 ◦ green 12 ◦ blue 211

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

Shades of Deep Magenta #B50CD3

Tints of Deep Magenta #B50CD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 52.23%

R = 44.8%
G = 2.97%
B = 52.23%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B50CD3 (or 0xB50CD3) is known color: Deep Magenta. HEX triplet: B5, 0C and D3. RGB value is (181,12,211). Sum of RGB (Red+Green+Blue) = 181+12+211=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 12 (5.08% from 255 or 2.97% from 404); Blue value is 211 (82.81% from 255 or 52.23% from 404); Max value from RGB is 211 - color contains mainly: blue. Hex color #B50CD3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50CD3 is #4AF32C. Grayscale: #545454. Windows color (decimal): -4911917 or 13831349. OLE color: 13831349.

HSL color Cylindrical-coordinate representation of color #B50CD3: hue angle of 290.95º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50CD3 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 181 12 211 -
CMYK 0.14 0.94 0 0.17
HSL 290.95º 0.89% 0.44% -
HSV(B) 290.95º 0.94% 0.83% -
XYZ 30.95 14.79 62.85 -
YUV 85.22 198.99 196.32 -
System Red Green Blue C M Y K H S L
Decimal 181 12 211 0.14 0.94 0 0.17 290.95 0.89 0.44
Hex B5 C D3 E 5E 0 11 123 59 2C
Octal 265 14 323 16 136 0 21 443 131 54
Binary 10110101 1100 11010011 1110 1011110 0 10001 100100011 1011001 101100

Color Harmonies of #B50CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50CD3

Black with #B50CD3

Text Example


Text Example

White with #B50CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50CD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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