#B215BE

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

Shades of Deep Magenta #B215BE

Tints of Deep Magenta #B215BE

Color information

#B215BE (or 0xB215BE) is unknown color: approx Deep Magenta. HEX triplet: B2, 15 and BE. RGB value is (178,21,190). Sum of RGB (Red+Green+Blue) = 178+21+190=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 21 (8.59% from 255 or 5.40% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #B215BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B215BE is #4DEA41. Grayscale: #565656. Windows color (decimal): -5106242 or 12457394. OLE color: 12457394.

HSL color Cylindrical-coordinate representation of color #B215BE: hue angle of 295.74º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B215BE is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17821190-
CMYK0.060.8900.25
HSL295.74º80.09%41.37%-
HSV(B)295.74º88.95%74.51%-
XYZ27.9213.7249.89-
YUV87.21186.01192.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.76%
GREEN value IS 21 (8.59% from 255) = 5.40%
BLUE value IS 190 (74.61% from 255) = 48.84%
R=45.76%
G=5.40%
B=48.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178211900.060.8900.25295.7480.0941.37
HexB215BE6590191285029
Octal26225276613103145012051
Binary10110010101011011111011010110010110011001010001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B215BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B215BE; }

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

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

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

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

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

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

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

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