Html Css Color HEX #B217AE Deep Magenta

📋 copy color: '#B217AE'

red 178 ◦ green 23 ◦ blue 174

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

Shades of Deep Magenta #B217AE

Tints of Deep Magenta #B217AE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.13%

 BLUE value IS 174 (68.36% from 255) = 46.4%

R = 47.47%
G = 6.13%
B = 46.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B217AE (or 0xB217AE) is known color: Deep Magenta. HEX triplet: B2, 17 and AE. RGB value is (178,23,174). Sum of RGB (Red+Green+Blue) = 178+23+174=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B217AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B217AE is #4DE851. Grayscale: #565656. Windows color (decimal): -5105746 or 11409330. OLE color: 11409330.

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

Color convert

RGB 178 23 174 -
CMYK 0 0.87 0.02 0.30
HSL 301.55º 0.77% 0.39% -
HSV(B) 301.55º 0.87% 0.7% -
XYZ 26.31 13.13 41.19 -
YUV 86.56 177.35 193.22 -
System Red Green Blue C M Y K H S L
Decimal 178 23 174 0 0.87 0.02 0.30 301.55 0.77 0.39
Hex B2 17 AE 0 57 2 1E 12E 4D 27
Octal 262 27 256 0 127 2 36 456 115 47
Binary 10110010 10111 10101110 0 1010111 10 11110 100101110 1001101 100111

Color Harmonies of #B217AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B217AE

Black with #B217AE

Text Example


Text Example

White with #B217AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B217AE; }

 p { color: rgb(178,23,174); }

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

background-color css

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

 a { background-color: rgb(178,23,174); }

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

border-color css

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

 span { border-color: rgb(178,23,174); }

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