Html Css Color HEX #B516CC Deep Magenta

📋 copy color: '#B516CC'

red 181 ◦ green 22 ◦ blue 204

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

Shades of Deep Magenta #B516CC

Tints of Deep Magenta #B516CC

RGB

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

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

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

R = 44.47%
G = 5.41%
B = 50.12%

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

#B516CC (or 0xB516CC) is known color: Deep Magenta. HEX triplet: B5, 16 and CC. RGB value is (181,22,204). Sum of RGB (Red+Green+Blue) = 181+22+204=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 22 (8.98% from 255 or 5.41% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #B516CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B516CC is #4AE933. Grayscale: #595959. Windows color (decimal): -4909364 or 13375157. OLE color: 13375157.

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

Color convert

RGB 181 22 204 -
CMYK 0.11 0.89 0 0.2
HSL 292.42º 0.81% 0.44% -
HSV(B) 292.42º 0.89% 0.8% -
XYZ 30.24 14.76 58.38 -
YUV 90.29 192.18 192.7 -
System Red Green Blue C M Y K H S L
Decimal 181 22 204 0.11 0.89 0 0.2 292.42 0.81 0.44
Hex B5 16 CC B 59 0 14 124 51 2C
Octal 265 26 314 13 131 0 24 444 121 54
Binary 10110101 10110 11001100 1011 1011001 0 10100 100100100 1010001 101100

Color Harmonies of #B516CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B516CC

Black with #B516CC

Text Example


Text Example

White with #B516CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B516CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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