#B215B4

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

Shades of Deep Magenta #B215B4

Tints of Deep Magenta #B215B4

Color information

#B215B4 (or 0xB215B4) is unknown color: approx Deep Magenta. HEX triplet: B2, 15 and B4. RGB value is (178,21,180). Sum of RGB (Red+Green+Blue) = 178+21+180=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 180 (70.70% from 255 or 47.49% from 379); Max value from RGB is 180 - color contains mainly: blue. Hex color #B215B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B215B4 is #4DEA4B. Grayscale: #555555. Windows color (decimal): -5106252 or 11802034. OLE color: 11802034.

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

Color convert

RGB17821180-
CMYK0.010.8800.29
HSL299.25º79.1%39.41%-
HSV(B)299.25º88.33%70.59%-
XYZ26.8713.344.33-
YUV86.07181.01193.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.97%
GREEN value IS 21 (8.59% from 255) = 5.54%
BLUE value IS 180 (70.70% from 255) = 47.49%
R=46.97%
G=5.54%
B=47.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal178211800.010.8800.29299.2579.139.41
HexB215B415801D12b4f27
Octal26225264113003545311747
Binary101100101010110110100110110000111011001010111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B215B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B215B4; }

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

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

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

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

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

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

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

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