#B215B1

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

Shades of Deep Magenta #B215B1

Tints of Deep Magenta #B215B1

Color information

#B215B1 (or 0xB215B1) is unknown color: approx Deep Magenta. HEX triplet: B2, 15 and B1. RGB value is (178,21,177). Sum of RGB (Red+Green+Blue) = 178+21+177=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 177 (69.53% from 255 or 47.07% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B215B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B215B1 is #4DEA4E. Grayscale: #555555. Windows color (decimal): -5106255 or 11605426. OLE color: 11605426.

HSL color Cylindrical-coordinate representation of color #B215B1: hue angle of 300.38º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B215B1 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB17821177-
CMYK00.880.010.30
HSL300.38º78.89%39.02%-
HSV(B)300.38º88.2%69.8%-
XYZ26.5613.1842.74-
YUV85.73179.51193.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.34%
GREEN value IS 21 (8.59% from 255) = 5.59%
BLUE value IS 177 (69.53% from 255) = 47.07%
R=47.34%
G=5.59%
B=47.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1782117700.880.010.30300.3878.8939.02
HexB215B105811E12c4f27
Octal26225261013013645411747
Binary101100101010110110001010110001111101001011001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B215B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B215B1; }

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

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

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

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

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

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

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

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