Html Css Color HEX #B517CC Deep Magenta

📋 copy color: '#B517CC'

red 181 ◦ green 23 ◦ blue 204

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

Shades of Deep Magenta #B517CC

Tints of Deep Magenta #B517CC

RGB

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

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

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

R = 44.36%
G = 5.64%
B = 50%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B517CC (or 0xB517CC) is known color: Deep Magenta. HEX triplet: B5, 17 and CC. RGB value is (181,23,204). Sum of RGB (Red+Green+Blue) = 181+23+204=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 23 (9.38% from 255 or 5.64% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #B517CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B517CC is #4AE833. Grayscale: #5A5A5A. Windows color (decimal): -4909108 or 13375413. OLE color: 13375413.

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

Color convert

RGB 181 23 204 -
CMYK 0.11 0.89 0 0.2
HSL 292.38º 0.8% 0.45% -
HSV(B) 292.38º 0.89% 0.8% -
XYZ 30.26 14.8 58.39 -
YUV 90.88 191.85 192.28 -
System Red Green Blue C M Y K H S L
Decimal 181 23 204 0.11 0.89 0 0.2 292.38 0.8 0.45
Hex B5 17 CC B 59 0 14 124 50 2D
Octal 265 27 314 13 131 0 24 444 120 55
Binary 10110101 10111 11001100 1011 1011001 0 10100 100100100 1010000 101101

Color Harmonies of #B517CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B517CC

Black with #B517CC

Text Example


Text Example

White with #B517CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B517CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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