Html Css Color HEX #B416BA Deep Magenta

📋 copy color: '#B416BA'

red 180 ◦ green 22 ◦ blue 186

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

Shades of Deep Magenta #B416BA

Tints of Deep Magenta #B416BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.94%

R = 46.39%
G = 5.67%
B = 47.94%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B416BA (or 0xB416BA) is known color: Deep Magenta. HEX triplet: B4, 16 and BA. RGB value is (180,22,186). Sum of RGB (Red+Green+Blue) = 180+22+186=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 22 (8.98% from 255 or 5.67% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #B416BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B416BA is #4BE945. Grayscale: #575757. Windows color (decimal): -4974918 or 12195508. OLE color: 12195508.

HSL color Cylindrical-coordinate representation of color #B416BA: hue angle of 297.8º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B416BA is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 22 186 -
CMYK 0.03 0.88 0 0.27
HSL 297.8º 0.79% 0.41% -
HSV(B) 297.8º 0.88% 0.73% -
XYZ 27.97 13.82 47.65 -
YUV 87.94 183.35 193.66 -
System Red Green Blue C M Y K H S L
Decimal 180 22 186 0.03 0.88 0 0.27 297.8 0.79 0.41
Hex B4 16 BA 3 58 0 1B 12A 4F 29
Octal 264 26 272 3 130 0 33 452 117 51
Binary 10110100 10110 10111010 11 1011000 0 11011 100101010 1001111 101001

Color Harmonies of #B416BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B416BA

Black with #B416BA

Text Example


Text Example

White with #B416BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B416BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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