Html Css Color HEX #B516CD Deep Magenta

📋 copy color: '#B516CD'

red 181 ◦ green 22 ◦ blue 205

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

Shades of Deep Magenta #B516CD

Tints of Deep Magenta #B516CD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.39%

 BLUE value IS 205 (80.47% from 255) = 50.25%

R = 44.36%
G = 5.39%
B = 50.25%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B516CD (or 0xB516CD) is known color: Deep Magenta. HEX triplet: B5, 16 and CD. RGB value is (181,22,205). Sum of RGB (Red+Green+Blue) = 181+22+205=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 22 (8.98% from 255 or 5.39% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #B516CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B516CD is #4AE932. Grayscale: #595959. Windows color (decimal): -4909363 or 13440693. OLE color: 13440693.

HSL color Cylindrical-coordinate representation of color #B516CD: hue angle of 292.13º degrees, saturation: 0.81, 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 #B516CD is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 22 205 -
CMYK 0.12 0.89 0 0.20
HSL 292.13º 0.81% 0.45% -
HSV(B) 292.13º 0.89% 0.8% -
XYZ 30.36 14.81 59.02 -
YUV 90.4 192.68 192.62 -
System Red Green Blue C M Y K H S L
Decimal 181 22 205 0.12 0.89 0 0.20 292.13 0.81 0.45
Hex B5 16 CD C 59 0 14 124 51 2D
Octal 265 26 315 14 131 0 24 444 121 55
Binary 10110101 10110 11001101 1100 1011001 0 10100 100100100 1010001 101101

Color Harmonies of #B516CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B516CD

Black with #B516CD

Text Example


Text Example

White with #B516CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B516CD; }

 p { color: rgb(181,22,205); }

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

background-color css

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

 a { background-color: rgb(181,22,205); }

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

border-color css

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

 span { border-color: rgb(181,22,205); }

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