Html Css Color HEX #B21BAF Deep Magenta

📋 copy color: '#B21BAF'

red 178 ◦ green 27 ◦ blue 175

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

Shades of Deep Magenta #B21BAF

Tints of Deep Magenta #B21BAF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.11%

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

R = 46.84%
G = 7.11%
B = 46.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B21BAF (or 0xB21BAF) is known color: Deep Magenta. HEX triplet: B2, 1B and AF. RGB value is (178,27,175). Sum of RGB (Red+Green+Blue) = 178+27+175=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 27 (10.94% from 255 or 7.11% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B21BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21BAF is #4DE450. Grayscale: #585858. Windows color (decimal): -5104721 or 11475890. OLE color: 11475890.

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

Color convert

RGB 178 27 175 -
CMYK 0 0.85 0.02 0.30
HSL 301.19º 0.74% 0.4% -
HSV(B) 301.19º 0.85% 0.7% -
XYZ 26.49 13.34 41.74 -
YUV 89.02 176.53 191.47 -
System Red Green Blue C M Y K H S L
Decimal 178 27 175 0 0.85 0.02 0.30 301.19 0.74 0.4
Hex B2 1B AF 0 55 2 1E 12D 4A 28
Octal 262 33 257 0 125 2 36 455 112 50
Binary 10110010 11011 10101111 0 1010101 10 11110 100101101 1001010 101000

Color Harmonies of #B21BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21BAF

Black with #B21BAF

Text Example


Text Example

White with #B21BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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