Html Css Color HEX #B218AD Deep Magenta

📋 copy color: '#B218AD'

red 178 ◦ green 24 ◦ blue 173

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

Shades of Deep Magenta #B218AD

Tints of Deep Magenta #B218AD

RGB

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

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

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

R = 47.47%
G = 6.4%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B218AD (or 0xB218AD) is known color: Deep Magenta. HEX triplet: B2, 18 and AD. RGB value is (178,24,173). Sum of RGB (Red+Green+Blue) = 178+24+173=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B218AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B218AD is #4DE752. Grayscale: #565656. Windows color (decimal): -5105491 or 11344050. OLE color: 11344050.

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

Color convert

RGB 178 24 173 -
CMYK 0 0.87 0.03 0.30
HSL 301.95º 0.76% 0.4% -
HSV(B) 301.95º 0.87% 0.7% -
XYZ 26.23 13.14 40.69 -
YUV 87.03 176.52 192.88 -
System Red Green Blue C M Y K H S L
Decimal 178 24 173 0 0.87 0.03 0.30 301.95 0.76 0.4
Hex B2 18 AD 0 57 3 1E 12E 4C 28
Octal 262 30 255 0 127 3 36 456 114 50
Binary 10110010 11000 10101101 0 1010111 11 11110 100101110 1001100 101000

Color Harmonies of #B218AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B218AD

Black with #B218AD

Text Example


Text Example

White with #B218AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B218AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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