Html Css Color HEX #B219AB Deep Magenta

📋 copy color: '#B219AB'

red 178 ◦ green 25 ◦ blue 171

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

Shades of Deep Magenta #B219AB

Tints of Deep Magenta #B219AB

RGB

 RED value IS 178 (69.92% from 255) = 47.59%

 GREEN value IS 25 (10.16% from 255) = 6.68%

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

R = 47.59%
G = 6.68%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B219AB (or 0xB219AB) is known color: Deep Magenta. HEX triplet: B2, 19 and AB. RGB value is (178,25,171). Sum of RGB (Red+Green+Blue) = 178+25+171=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 178 - color contains mainly: red. Hex color #B219AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B219AB is #4DE654. Grayscale: #565656. Windows color (decimal): -5105237 or 11213234. OLE color: 11213234.

HSL color Cylindrical-coordinate representation of color #B219AB: hue angle of 302.75º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B219AB is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 25 171 -
CMYK 0 0.86 0.04 0.30
HSL 302.75º 0.75% 0.4% -
HSV(B) 302.75º 0.86% 0.7% -
XYZ 26.06 13.1 39.68 -
YUV 87.39 175.19 192.63 -
System Red Green Blue C M Y K H S L
Decimal 178 25 171 0 0.86 0.04 0.30 302.75 0.75 0.4
Hex B2 19 AB 0 56 4 1E 12F 4B 28
Octal 262 31 253 0 126 4 36 457 113 50
Binary 10110010 11001 10101011 0 1010110 100 11110 100101111 1001011 101000

Color Harmonies of #B219AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B219AB

Black with #B219AB

Text Example


Text Example

White with #B219AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B219AB; }

 p { color: rgb(178,25,171); }

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

background-color css

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

 a { background-color: rgb(178,25,171); }

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

border-color css

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

 span { border-color: rgb(178,25,171); }

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