Html Css Color HEX #B50FCC Deep Magenta

📋 copy color: '#B50FCC'

red 181 ◦ green 15 ◦ blue 204

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

Shades of Deep Magenta #B50FCC

Tints of Deep Magenta #B50FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51%

R = 45.25%
G = 3.75%
B = 51%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B50FCC (or 0xB50FCC) is known color: Deep Magenta. HEX triplet: B5, 0F and CC. RGB value is (181,15,204). Sum of RGB (Red+Green+Blue) = 181+15+204=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 15 (6.25% from 255 or 3.75% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #B50FCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50FCC is #4AF033. Grayscale: #555555. Windows color (decimal): -4911156 or 13373365. OLE color: 13373365.

HSL color Cylindrical-coordinate representation of color #B50FCC: hue angle of 292.7º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B50FCC is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 181 15 204 -
CMYK 0.11 0.93 0 0.2
HSL 292.7º 0.86% 0.43% -
HSV(B) 292.7º 0.93% 0.8% -
XYZ 30.13 14.53 58.34 -
YUV 86.18 194.5 195.63 -
System Red Green Blue C M Y K H S L
Decimal 181 15 204 0.11 0.93 0 0.2 292.7 0.86 0.43
Hex B5 F CC B 5D 0 14 125 56 2B
Octal 265 17 314 13 135 0 24 445 126 53
Binary 10110101 1111 11001100 1011 1011101 0 10100 100100101 1010110 101011

Color Harmonies of #B50FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50FCC

Black with #B50FCC

Text Example


Text Example

White with #B50FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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