Html Css Color HEX #B21FAC Deep Magenta

📋 copy color: '#B21FAC'

red 178 ◦ green 31 ◦ blue 172

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

Shades of Deep Magenta #B21FAC

Tints of Deep Magenta #B21FAC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.14%

 BLUE value IS 172 (67.58% from 255) = 45.14%

R = 46.72%
G = 8.14%
B = 45.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B21FAC (or 0xB21FAC) is known color: Deep Magenta. HEX triplet: B2, 1F and AC. RGB value is (178,31,172). Sum of RGB (Red+Green+Blue) = 178+31+172=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 31 (12.5% from 255 or 8.14% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B21FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21FAC is #4DE053. Grayscale: #5A5A5A. Windows color (decimal): -5103700 or 11280306. OLE color: 11280306.

HSL color Cylindrical-coordinate representation of color #B21FAC: hue angle of 302.45º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B21FAC is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 31 172 -
CMYK 0 0.83 0.03 0.30
HSL 302.45º 0.7% 0.41% -
HSV(B) 302.45º 0.83% 0.7% -
XYZ 26.3 13.42 40.23 -
YUV 91.03 173.7 190.04 -
System Red Green Blue C M Y K H S L
Decimal 178 31 172 0 0.83 0.03 0.30 302.45 0.7 0.41
Hex B2 1F AC 0 53 3 1E 12E 46 29
Octal 262 37 254 0 123 3 36 456 106 51
Binary 10110010 11111 10101100 0 1010011 11 11110 100101110 1000110 101001

Color Harmonies of #B21FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21FAC

Black with #B21FAC

Text Example


Text Example

White with #B21FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21FAC; }

 p { color: rgb(178,31,172); }

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

background-color css

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

 a { background-color: rgb(178,31,172); }

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

border-color css

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

 span { border-color: rgb(178,31,172); }

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