Html Css Color HEX #B50FB5 Deep Magenta

📋 copy color: '#B50FB5'

red 181 ◦ green 15 ◦ blue 181

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

Shades of Deep Magenta #B50FB5

Tints of Deep Magenta #B50FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 48.01%

R = 48.01%
G = 3.98%
B = 48.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B50FB5 (or 0xB50FB5) is known color: Deep Magenta. HEX triplet: B5, 0F and B5. RGB value is (181,15,181). Sum of RGB (Red+Green+Blue) = 181+15+181=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 15 (6.25% from 255 or 3.98% from 377); Blue value is 181 (71.09% from 255 or 48.01% from 377); Max value from RGB is 181 - color contains mainly: red, blue. Hex color #B50FB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50FB5 is #4AF04A. Grayscale: #535353. Windows color (decimal): -4911179 or 11866037. OLE color: 11866037.

HSL color Cylindrical-coordinate representation of color #B50FB5: hue angle of 300º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B50FB5 is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 15 181 -
CMYK 0 0.92 0 0.29
HSL 300º 0.85% 0.38% -
HSV(B) 300º 0.92% 0.71% -
XYZ 27.57 13.5 44.87 -
YUV 83.56 183 197.5 -
System Red Green Blue C M Y K H S L
Decimal 181 15 181 0 0.92 0 0.29 300 0.85 0.38
Hex B5 F B5 0 5C 0 1D 12C 55 26
Octal 265 17 265 0 134 0 35 454 125 46
Binary 10110101 1111 10110101 0 1011100 0 11101 100101100 1010101 100110

Color Harmonies of #B50FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50FB5

Black with #B50FB5

Text Example


Text Example

White with #B50FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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