Html Css Color HEX #B50FCB Deep Magenta

📋 copy color: '#B50FCB'

red 181 ◦ green 15 ◦ blue 203

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

Shades of Deep Magenta #B50FCB

Tints of Deep Magenta #B50FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.88%

R = 45.36%
G = 3.76%
B = 50.88%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B50FCB (or 0xB50FCB) is known color: Deep Magenta. HEX triplet: B5, 0F and CB. RGB value is (181,15,203). Sum of RGB (Red+Green+Blue) = 181+15+203=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 15 (6.25% from 255 or 3.76% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #B50FCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50FCB is #4AF034. Grayscale: #555555. Windows color (decimal): -4911157 or 13307829. OLE color: 13307829.

HSL color Cylindrical-coordinate representation of color #B50FCB: hue angle of 292.98º 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 #B50FCB is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 15 203 -
CMYK 0.11 0.93 0 0.20
HSL 292.98º 0.86% 0.43% -
HSV(B) 292.98º 0.93% 0.8% -
XYZ 30.01 14.48 57.71 -
YUV 86.07 194 195.71 -
System Red Green Blue C M Y K H S L
Decimal 181 15 203 0.11 0.93 0 0.20 292.98 0.86 0.43
Hex B5 F CB B 5D 0 14 125 56 2B
Octal 265 17 313 13 135 0 24 445 126 53
Binary 10110101 1111 11001011 1011 1011101 0 10100 100100101 1010110 101011

Color Harmonies of #B50FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50FCB

Black with #B50FCB

Text Example


Text Example

White with #B50FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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