Html Css Color HEX #B218AA Deep Magenta

📋 copy color: '#B218AA'

red 178 ◦ green 24 ◦ blue 170

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

Shades of Deep Magenta #B218AA

Tints of Deep Magenta #B218AA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.45%

 BLUE value IS 170 (66.8% from 255) = 45.7%

R = 47.85%
G = 6.45%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B218AA (or 0xB218AA) is known color: Deep Magenta. HEX triplet: B2, 18 and AA. RGB value is (178,24,170). Sum of RGB (Red+Green+Blue) = 178+24+170=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 24 (9.77% from 255 or 6.45% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 178 - color contains mainly: red. Hex color #B218AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B218AA is #4DE755. Grayscale: #565656. Windows color (decimal): -5105494 or 11147442. OLE color: 11147442.

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

Color convert

RGB 178 24 170 -
CMYK 0 0.87 0.04 0.30
HSL 303.12º 0.76% 0.4% -
HSV(B) 303.12º 0.87% 0.7% -
XYZ 25.94 13.02 39.18 -
YUV 86.69 175.02 193.13 -
System Red Green Blue C M Y K H S L
Decimal 178 24 170 0 0.87 0.04 0.30 303.12 0.76 0.4
Hex B2 18 AA 0 57 4 1E 12F 4C 28
Octal 262 30 252 0 127 4 36 457 114 50
Binary 10110010 11000 10101010 0 1010111 100 11110 100101111 1001100 101000

Color Harmonies of #B218AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B218AA

Black with #B218AA

Text Example


Text Example

White with #B218AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B218AA; }

 p { color: rgb(178,24,170); }

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

background-color css

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

 a { background-color: rgb(178,24,170); }

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

border-color css

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

 span { border-color: rgb(178,24,170); }

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