#B21BBA

Color #B21BBA Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #B21BBA

Tints of Deep Magenta #B21BBA

Color information

#B21BBA (or 0xB21BBA) is unknown color: approx Deep Magenta. HEX triplet: B2, 1B and BA. RGB value is (178,27,186). Sum of RGB (Red+Green+Blue) = 178+27+186=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 27 (10.94% from 255 or 6.91% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #B21BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21BBA is #4DE445. Grayscale: #595959. Windows color (decimal): -5104710 or 12196786. OLE color: 12196786.

HSL color Cylindrical-coordinate representation of color #B21BBA: hue angle of 296.98º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B21BBA is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17827186-
CMYK0.040.8500.27
HSL296.98º74.65%41.76%-
HSV(B)296.98º85.48%72.94%-
XYZ27.6113.7947.66-
YUV90.28182.03190.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.52%
GREEN value IS 27 (10.94% from 255) = 6.91%
BLUE value IS 186 (73.05% from 255) = 47.57%
R=45.52%
G=6.91%
B=47.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178271860.040.8500.27296.9874.6541.76
HexB21BBA45501B1294b2a
Octal26233272412503345111352
Binary10110010110111011101010010101010110111001010011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21BBA; }

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

 H1.HeaderClassName
 {
   color: #B21BBA;
 }
 .AnyTagClassName
 {
   color: #B21BBA;
 }
</style>
background-color css

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

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

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

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

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

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