Html Css Color HEX #B519CB Deep Magenta

📋 copy color: '#B519CB'

red 181 ◦ green 25 ◦ blue 203

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

Shades of Deep Magenta #B519CB

Tints of Deep Magenta #B519CB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.11%

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

R = 44.25%
G = 6.11%
B = 49.63%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B519CB (or 0xB519CB) is known color: Deep Magenta. HEX triplet: B5, 19 and CB. RGB value is (181,25,203). Sum of RGB (Red+Green+Blue) = 181+25+203=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 25 (10.16% from 255 or 6.11% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #B519CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B519CB is #4AE634. Grayscale: #5B5B5B. Windows color (decimal): -4908597 or 13310389. OLE color: 13310389.

HSL color Cylindrical-coordinate representation of color #B519CB: hue angle of 292.58º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B519CB is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 25 203 -
CMYK 0.11 0.88 0 0.20
HSL 292.58º 0.78% 0.45% -
HSV(B) 292.58º 0.88% 0.8% -
XYZ 30.18 14.83 57.77 -
YUV 91.94 190.68 191.53 -
System Red Green Blue C M Y K H S L
Decimal 181 25 203 0.11 0.88 0 0.20 292.58 0.78 0.45
Hex B5 19 CB B 58 0 14 125 4E 2D
Octal 265 31 313 13 130 0 24 445 116 55
Binary 10110101 11001 11001011 1011 1011000 0 10100 100100101 1001110 101101

Color Harmonies of #B519CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B519CB

Black with #B519CB

Text Example


Text Example

White with #B519CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B519CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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