Html Css Color HEX #B50CCE Deep Magenta

📋 copy color: '#B50CCE'

red 181 ◦ green 12 ◦ blue 206

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

Shades of Deep Magenta #B50CCE

Tints of Deep Magenta #B50CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.63%

R = 45.36%
G = 3.01%
B = 51.63%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B50CCE (or 0xB50CCE) is known color: Deep Magenta. HEX triplet: B5, 0C and CE. RGB value is (181,12,206). Sum of RGB (Red+Green+Blue) = 181+12+206=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #B50CCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50CCE is #4AF331. Grayscale: #545454. Windows color (decimal): -4911922 or 13503669. OLE color: 13503669.

HSL color Cylindrical-coordinate representation of color #B50CCE: hue angle of 292.27º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50CCE is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 12 206 -
CMYK 0.12 0.94 0 0.19
HSL 292.27º 0.89% 0.43% -
HSV(B) 292.27º 0.94% 0.81% -
XYZ 30.33 14.54 59.6 -
YUV 84.65 196.49 196.73 -
System Red Green Blue C M Y K H S L
Decimal 181 12 206 0.12 0.94 0 0.19 292.27 0.89 0.43
Hex B5 C CE C 5E 0 13 124 59 2B
Octal 265 14 316 14 136 0 23 444 131 53
Binary 10110101 1100 11001110 1100 1011110 0 10011 100100100 1011001 101011

Color Harmonies of #B50CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50CCE

Black with #B50CCE

Text Example


Text Example

White with #B50CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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