Html Css Color HEX #B217AF Deep Magenta

📋 copy color: '#B217AF'

red 178 ◦ green 23 ◦ blue 175

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

Shades of Deep Magenta #B217AF

Tints of Deep Magenta #B217AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.54%

R = 47.34%
G = 6.12%
B = 46.54%

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

#B217AF (or 0xB217AF) is known color: Deep Magenta. HEX triplet: B2, 17 and AF. RGB value is (178,23,175). Sum of RGB (Red+Green+Blue) = 178+23+175=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 23 (9.38% from 255 or 6.12% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B217AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B217AF is #4DE850. Grayscale: #565656. Windows color (decimal): -5105745 or 11474866. OLE color: 11474866.

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

Color convert

RGB 178 23 175 -
CMYK 0 0.87 0.02 0.30
HSL 301.16º 0.77% 0.39% -
HSV(B) 301.16º 0.87% 0.7% -
XYZ 26.4 13.17 41.71 -
YUV 86.67 177.85 193.14 -
System Red Green Blue C M Y K H S L
Decimal 178 23 175 0 0.87 0.02 0.30 301.16 0.77 0.39
Hex B2 17 AF 0 57 2 1E 12D 4D 27
Octal 262 27 257 0 127 2 36 455 115 47
Binary 10110010 10111 10101111 0 1010111 10 11110 100101101 1001101 100111

Color Harmonies of #B217AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B217AF

Black with #B217AF

Text Example


Text Example

White with #B217AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B217AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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