Html Css Color HEX #B416BB Deep Magenta

📋 copy color: '#B416BB'

red 180 ◦ green 22 ◦ blue 187

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

Shades of Deep Magenta #B416BB

Tints of Deep Magenta #B416BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.07%

R = 46.27%
G = 5.66%
B = 48.07%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B416BB (or 0xB416BB) is known color: Deep Magenta. HEX triplet: B4, 16 and BB. RGB value is (180,22,187). Sum of RGB (Red+Green+Blue) = 180+22+187=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 22 (8.98% from 255 or 5.66% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 187 - color contains mainly: blue. Hex color #B416BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B416BB is #4BE944. Grayscale: #575757. Windows color (decimal): -4974917 or 12261044. OLE color: 12261044.

HSL color Cylindrical-coordinate representation of color #B416BB: hue angle of 297.45º 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 #B416BB is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 22 187 -
CMYK 0.04 0.88 0 0.27
HSL 297.45º 0.79% 0.41% -
HSV(B) 297.45º 0.88% 0.73% -
XYZ 28.08 13.86 48.21 -
YUV 88.05 183.85 193.58 -
System Red Green Blue C M Y K H S L
Decimal 180 22 187 0.04 0.88 0 0.27 297.45 0.79 0.41
Hex B4 16 BB 4 58 0 1B 129 4F 29
Octal 264 26 273 4 130 0 33 451 117 51
Binary 10110100 10110 10111011 100 1011000 0 11011 100101001 1001111 101001

Color Harmonies of #B416BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B416BB

Black with #B416BB

Text Example


Text Example

White with #B416BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B416BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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