Html Css Color HEX #B213AB Deep Magenta

📋 copy color: '#B213AB'

red 178 ◦ green 19 ◦ blue 171

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

Shades of Deep Magenta #B213AB

Tints of Deep Magenta #B213AB

RGB

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

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

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

R = 48.37%
G = 5.16%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B213AB (or 0xB213AB) is known color: Deep Magenta. HEX triplet: B2, 13 and AB. RGB value is (178,19,171). Sum of RGB (Red+Green+Blue) = 178+19+171=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 19 (7.81% from 255 or 5.16% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B213AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B213AB is #4DEC54. Grayscale: #535353. Windows color (decimal): -5106773 or 11211698. OLE color: 11211698.

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

Color convert

RGB 178 19 171 -
CMYK 0 0.89 0.04 0.30
HSL 302.64º 0.81% 0.39% -
HSV(B) 302.64º 0.89% 0.7% -
XYZ 25.94 12.87 39.65 -
YUV 83.87 177.18 195.14 -
System Red Green Blue C M Y K H S L
Decimal 178 19 171 0 0.89 0.04 0.30 302.64 0.81 0.39
Hex B2 13 AB 0 59 4 1E 12F 51 27
Octal 262 23 253 0 131 4 36 457 121 47
Binary 10110010 10011 10101011 0 1011001 100 11110 100101111 1010001 100111

Color Harmonies of #B213AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B213AB

Black with #B213AB

Text Example


Text Example

White with #B213AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B213AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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