Html Css Color HEX #B218AB Deep Magenta

📋 copy color: '#B218AB'

red 178 ◦ green 24 ◦ blue 171

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

Shades of Deep Magenta #B218AB

Tints of Deep Magenta #B218AB

RGB

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

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

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

R = 47.72%
G = 6.43%
B = 45.84%

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

#B218AB (or 0xB218AB) is known color: Deep Magenta. HEX triplet: B2, 18 and AB. RGB value is (178,24,171). Sum of RGB (Red+Green+Blue) = 178+24+171=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B218AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B218AB is #4DE754. Grayscale: #565656. Windows color (decimal): -5105493 or 11212978. OLE color: 11212978.

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

Color convert

RGB 178 24 171 -
CMYK 0 0.87 0.04 0.30
HSL 302.73º 0.76% 0.4% -
HSV(B) 302.73º 0.87% 0.7% -
XYZ 26.04 13.06 39.68 -
YUV 86.8 175.52 193.05 -
System Red Green Blue C M Y K H S L
Decimal 178 24 171 0 0.87 0.04 0.30 302.73 0.76 0.4
Hex B2 18 AB 0 57 4 1E 12F 4C 28
Octal 262 30 253 0 127 4 36 457 114 50
Binary 10110010 11000 10101011 0 1010111 100 11110 100101111 1001100 101000

Color Harmonies of #B218AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B218AB

Black with #B218AB

Text Example


Text Example

White with #B218AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B218AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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