Html Css Color HEX #B213AF Deep Magenta

📋 copy color: '#B213AF'

red 178 ◦ green 19 ◦ blue 175

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

Shades of Deep Magenta #B213AF

Tints of Deep Magenta #B213AF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.11%

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

R = 47.85%
G = 5.11%
B = 47.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B213AF (or 0xB213AF) is known color: Deep Magenta. HEX triplet: B2, 13 and AF. RGB value is (178,19,175). Sum of RGB (Red+Green+Blue) = 178+19+175=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 19 (7.81% from 255 or 5.11% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 178 - color contains mainly: red. Hex color #B213AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B213AF is #4DEC50. Grayscale: #535353. Windows color (decimal): -5106769 or 11473842. OLE color: 11473842.

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

Color convert

RGB 178 19 175 -
CMYK 0 0.89 0.02 0.30
HSL 301.13º 0.81% 0.39% -
HSV(B) 301.13º 0.89% 0.7% -
XYZ 26.33 13.03 41.68 -
YUV 84.33 179.18 194.82 -
System Red Green Blue C M Y K H S L
Decimal 178 19 175 0 0.89 0.02 0.30 301.13 0.81 0.39
Hex B2 13 AF 0 59 2 1E 12D 51 27
Octal 262 23 257 0 131 2 36 455 121 47
Binary 10110010 10011 10101111 0 1011001 10 11110 100101101 1010001 100111

Color Harmonies of #B213AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B213AF

Black with #B213AF

Text Example


Text Example

White with #B213AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B213AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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