Html Css Color HEX #B50FC1 Deep Magenta

📋 copy color: '#B50FC1'

red 181 ◦ green 15 ◦ blue 193

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

Shades of Deep Magenta #B50FC1

Tints of Deep Magenta #B50FC1

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.86%

 BLUE value IS 193 (75.78% from 255) = 49.61%

R = 46.53%
G = 3.86%
B = 49.61%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B50FC1 (or 0xB50FC1) is known color: Deep Magenta. HEX triplet: B5, 0F and C1. RGB value is (181,15,193). Sum of RGB (Red+Green+Blue) = 181+15+193=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 15 (6.25% from 255 or 3.86% from 389); Blue value is 193 (75.78% from 255 or 49.61% from 389); Max value from RGB is 193 - color contains mainly: blue. Hex color #B50FC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50FC1 is #4AF03E. Grayscale: #545454. Windows color (decimal): -4911167 or 12652469. OLE color: 12652469.

HSL color Cylindrical-coordinate representation of color #B50FC1: hue angle of 295.96º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B50FC1 is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 181 15 193 -
CMYK 0.06 0.92 0 0.24
HSL 295.96º 0.86% 0.41% -
HSV(B) 295.96º 0.92% 0.76% -
XYZ 28.85 14.02 51.64 -
YUV 84.93 189 196.53 -
System Red Green Blue C M Y K H S L
Decimal 181 15 193 0.06 0.92 0 0.24 295.96 0.86 0.41
Hex B5 F C1 6 5C 0 18 128 56 29
Octal 265 17 301 6 134 0 30 450 126 51
Binary 10110101 1111 11000001 110 1011100 0 11000 100101000 1010110 101001

Color Harmonies of #B50FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50FC1

Black with #B50FC1

Text Example


Text Example

White with #B50FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50FC1; }

 p { color: rgb(181,15,193); }

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

background-color css

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

 a { background-color: rgb(181,15,193); }

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

border-color css

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

 span { border-color: rgb(181,15,193); }

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