Html Css Color HEX #B213B1 Deep Magenta

📋 copy color: '#B213B1'

red 178 ◦ green 19 ◦ blue 177

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

Shades of Deep Magenta #B213B1

Tints of Deep Magenta #B213B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 47.33%

R = 47.59%
G = 5.08%
B = 47.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B213B1 (or 0xB213B1) is known color: Deep Magenta. HEX triplet: B2, 13 and B1. RGB value is (178,19,177). Sum of RGB (Red+Green+Blue) = 178+19+177=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 19 (7.81% from 255 or 5.08% from 374); Blue value is 177 (69.53% from 255 or 47.33% from 374); Max value from RGB is 178 - color contains mainly: red. Hex color #B213B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B213B1 is #4DEC4E. Grayscale: #545454. Windows color (decimal): -5106767 or 11604914. OLE color: 11604914.

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

Color convert

RGB 178 19 177 -
CMYK 0 0.89 0.01 0.30
HSL 300.38º 0.81% 0.39% -
HSV(B) 300.38º 0.89% 0.7% -
XYZ 26.53 13.11 42.73 -
YUV 84.55 180.18 194.65 -
System Red Green Blue C M Y K H S L
Decimal 178 19 177 0 0.89 0.01 0.30 300.38 0.81 0.39
Hex B2 13 B1 0 59 1 1E 12C 51 27
Octal 262 23 261 0 131 1 36 454 121 47
Binary 10110010 10011 10110001 0 1011001 1 11110 100101100 1010001 100111

Color Harmonies of #B213B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B213B1

Black with #B213B1

Text Example


Text Example

White with #B213B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B213B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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