Html Css Color HEX #B517C1 Deep Magenta

📋 copy color: '#B517C1'

red 181 ◦ green 23 ◦ blue 193

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

Shades of Deep Magenta #B517C1

Tints of Deep Magenta #B517C1

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.79%

 BLUE value IS 193 (75.78% from 255) = 48.61%

R = 45.59%
G = 5.79%
B = 48.61%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B517C1 (or 0xB517C1) is known color: Deep Magenta. HEX triplet: B5, 17 and C1. RGB value is (181,23,193). Sum of RGB (Red+Green+Blue) = 181+23+193=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 23 (9.38% from 255 or 5.79% from 397); Blue value is 193 (75.78% from 255 or 48.61% from 397); Max value from RGB is 193 - color contains mainly: blue. Hex color #B517C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B517C1 is #4AE83E. Grayscale: #595959. Windows color (decimal): -4909119 or 12654517. OLE color: 12654517.

HSL color Cylindrical-coordinate representation of color #B517C1: hue angle of 295.76º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B517C1 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 181 23 193 -
CMYK 0.06 0.88 0 0.24
HSL 295.76º 0.79% 0.42% -
HSV(B) 295.76º 0.88% 0.76% -
XYZ 28.99 14.29 51.68 -
YUV 89.62 186.35 193.18 -
System Red Green Blue C M Y K H S L
Decimal 181 23 193 0.06 0.88 0 0.24 295.76 0.79 0.42
Hex B5 17 C1 6 58 0 18 128 4F 2A
Octal 265 27 301 6 130 0 30 450 117 52
Binary 10110101 10111 11000001 110 1011000 0 11000 100101000 1001111 101010

Color Harmonies of #B517C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B517C1

Black with #B517C1

Text Example


Text Example

White with #B517C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B517C1; }

 p { color: rgb(181,23,193); }

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

background-color css

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

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

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

border-color css

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

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

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