Html Css Color HEX #B50FB3 Deep Magenta

📋 copy color: '#B50FB3'

red 181 ◦ green 15 ◦ blue 179

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

Shades of Deep Magenta #B50FB3

Tints of Deep Magenta #B50FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.73%

R = 48.27%
G = 4%
B = 47.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B50FB3 (or 0xB50FB3) is known color: Deep Magenta. HEX triplet: B5, 0F and B3. RGB value is (181,15,179). Sum of RGB (Red+Green+Blue) = 181+15+179=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 15 (6.25% from 255 or 4% from 375); Blue value is 179 (70.31% from 255 or 47.73% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B50FB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50FB3 is #4AF04C. Grayscale: #525252. Windows color (decimal): -4911181 or 11734965. OLE color: 11734965.

HSL color Cylindrical-coordinate representation of color #B50FB3: hue angle of 300.72º 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 #B50FB3 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 15 179 -
CMYK 0 0.92 0.01 0.29
HSL 300.72º 0.85% 0.38% -
HSV(B) 300.72º 0.92% 0.71% -
XYZ 27.36 13.42 43.8 -
YUV 83.33 182 197.66 -
System Red Green Blue C M Y K H S L
Decimal 181 15 179 0 0.92 0.01 0.29 300.72 0.85 0.38
Hex B5 F B3 0 5C 1 1D 12D 55 26
Octal 265 17 263 0 134 1 35 455 125 46
Binary 10110101 1111 10110011 0 1011100 1 11101 100101101 1010101 100110

Color Harmonies of #B50FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50FB3

Black with #B50FB3

Text Example


Text Example

White with #B50FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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