Html Css Color HEX #B816AD Deep Magenta

📋 copy color: '#B816AD'

red 184 ◦ green 22 ◦ blue 173

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

Shades of Deep Magenta #B816AD

Tints of Deep Magenta #B816AD

RGB

 RED value IS 184 (72.27% from 255) = 48.55%

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

 BLUE value IS 173 (67.97% from 255) = 45.65%

R = 48.55%
G = 5.8%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B816AD (or 0xB816AD) is known color: Deep Magenta. HEX triplet: B8, 16 and AD. RGB value is (184,22,173). Sum of RGB (Red+Green+Blue) = 184+22+173=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 22 (8.98% from 255 or 5.80% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 184 - color contains mainly: red. Hex color #B816AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B816AD is #47E952. Grayscale: #575757. Windows color (decimal): -4712787 or 11343544. OLE color: 11343544.

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

Color convert

RGB 184 22 173 -
CMYK 0 0.88 0.06 0.28
HSL 304.07º 0.79% 0.4% -
HSV(B) 304.07º 0.88% 0.72% -
XYZ 27.6 13.78 40.74 -
YUV 87.65 176.17 196.72 -
System Red Green Blue C M Y K H S L
Decimal 184 22 173 0 0.88 0.06 0.28 304.07 0.79 0.4
Hex B8 16 AD 0 58 6 1C 130 4F 28
Octal 270 26 255 0 130 6 34 460 117 50
Binary 10111000 10110 10101101 0 1011000 110 11100 100110000 1001111 101000

Color Harmonies of #B816AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B816AD

Black with #B816AD

Text Example


Text Example

White with #B816AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B816AD; }

 p { color: rgb(184,22,173); }

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

background-color css

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

 a { background-color: rgb(184,22,173); }

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

border-color css

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

 span { border-color: rgb(184,22,173); }

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