Html Css Color HEX #B616AB Deep Magenta

📋 copy color: '#B616AB'

red 182 ◦ green 22 ◦ blue 171

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

Shades of Deep Magenta #B616AB

Tints of Deep Magenta #B616AB

RGB

 RED value IS 182 (71.48% from 255) = 48.53%

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

 BLUE value IS 171 (67.19% from 255) = 45.6%

R = 48.53%
G = 5.87%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B616AB (or 0xB616AB) is known color: Deep Magenta. HEX triplet: B6, 16 and AB. RGB value is (182,22,171). Sum of RGB (Red+Green+Blue) = 182+22+171=375 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.53% from 375); Green value is 22 (8.98% from 255 or 5.87% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 182 - color contains mainly: red. Hex color #B616AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B616AB is #49E954. Grayscale: #565656. Windows color (decimal): -4843861 or 11212470. OLE color: 11212470.

HSL color Cylindrical-coordinate representation of color #B616AB: hue angle of 304.12º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B616AB is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 22 171 -
CMYK 0 0.88 0.06 0.29
HSL 304.13º 0.78% 0.4% -
HSV(B) 304.13º 0.88% 0.71% -
XYZ 26.93 13.46 39.71 -
YUV 86.83 175.51 195.88 -
System Red Green Blue C M Y K H S L
Decimal 182 22 171 0 0.88 0.06 0.29 304.13 0.78 0.4
Hex B6 16 AB 0 58 6 1D 130 4E 28
Octal 266 26 253 0 130 6 35 460 116 50
Binary 10110110 10110 10101011 0 1011000 110 11101 100110000 1001110 101000

Color Harmonies of #B616AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B616AB

Black with #B616AB

Text Example


Text Example

White with #B616AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B616AB; }

 p { color: rgb(182,22,171); }

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

background-color css

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

 a { background-color: rgb(182,22,171); }

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

border-color css

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

 span { border-color: rgb(182,22,171); }

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