Html Css Color HEX #B416C5 Deep Magenta

📋 copy color: '#B416C5'

red 180 ◦ green 22 ◦ blue 197

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

Shades of Deep Magenta #B416C5

Tints of Deep Magenta #B416C5

RGB

 RED value IS 180 (70.7% from 255) = 45.11%

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

 BLUE value IS 197 (77.34% from 255) = 49.37%

R = 45.11%
G = 5.51%
B = 49.37%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B416C5 (or 0xB416C5) is known color: Deep Magenta. HEX triplet: B4, 16 and C5. RGB value is (180,22,197). Sum of RGB (Red+Green+Blue) = 180+22+197=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 22 (8.98% from 255 or 5.51% from 399); Blue value is 197 (77.34% from 255 or 49.37% from 399); Max value from RGB is 197 - color contains mainly: blue. Hex color #B416C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B416C5 is #4BE93A. Grayscale: #585858. Windows color (decimal): -4974907 or 12916404. OLE color: 12916404.

HSL color Cylindrical-coordinate representation of color #B416C5: hue angle of 294.17º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B416C5 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 180 22 197 -
CMYK 0.09 0.89 0 0.23
HSL 294.17º 0.8% 0.43% -
HSV(B) 294.17º 0.89% 0.77% -
XYZ 29.19 14.31 54.05 -
YUV 89.19 188.85 192.77 -
System Red Green Blue C M Y K H S L
Decimal 180 22 197 0.09 0.89 0 0.23 294.17 0.8 0.43
Hex B4 16 C5 9 59 0 17 126 50 2B
Octal 264 26 305 11 131 0 27 446 120 53
Binary 10110100 10110 11000101 1001 1011001 0 10111 100100110 1010000 101011

Color Harmonies of #B416C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B416C5

Black with #B416C5

Text Example


Text Example

White with #B416C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B416C5; }

 p { color: rgb(180,22,197); }

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

background-color css

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

 a { background-color: rgb(180,22,197); }

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

border-color css

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

 span { border-color: rgb(180,22,197); }

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