Html Css Color HEX #B517CF Deep Magenta

📋 copy color: '#B517CF'

red 181 ◦ green 23 ◦ blue 207

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

Shades of Deep Magenta #B517CF

Tints of Deep Magenta #B517CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.36%

R = 44.04%
G = 5.6%
B = 50.36%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B517CF (or 0xB517CF) is known color: Deep Magenta. HEX triplet: B5, 17 and CF. RGB value is (181,23,207). Sum of RGB (Red+Green+Blue) = 181+23+207=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 23 (9.38% from 255 or 5.60% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #B517CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B517CF is #4AE830. Grayscale: #5A5A5A. Windows color (decimal): -4909105 or 13572021. OLE color: 13572021.

HSL color Cylindrical-coordinate representation of color #B517CF: hue angle of 291.52º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B517CF is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 23 207 -
CMYK 0.13 0.89 0 0.19
HSL 291.52º 0.8% 0.45% -
HSV(B) 291.52º 0.89% 0.81% -
XYZ 30.62 14.94 60.3 -
YUV 91.22 193.35 192.04 -
System Red Green Blue C M Y K H S L
Decimal 181 23 207 0.13 0.89 0 0.19 291.52 0.8 0.45
Hex B5 17 CF D 59 0 13 124 50 2D
Octal 265 27 317 15 131 0 23 444 120 55
Binary 10110101 10111 11001111 1101 1011001 0 10011 100100100 1010000 101101

Color Harmonies of #B517CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B517CF

Black with #B517CF

Text Example


Text Example

White with #B517CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B517CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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