#B715BD

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

Shades of Deep Magenta #B715BD

Tints of Deep Magenta #B715BD

Color information

#B715BD (or 0xB715BD) is unknown color: approx Deep Magenta. HEX triplet: B7, 15 and BD. RGB value is (183,21,189). Sum of RGB (Red+Green+Blue) = 183+21+189=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 21 (8.59% from 255 or 5.34% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #B715BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B715BD is #48EA42. Grayscale: #585858. Windows color (decimal): -4778563 or 12391863. OLE color: 12391863.

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

Color convert

RGB18321189-
CMYK0.030.8900.26
HSL297.86º80%41.18%-
HSV(B)297.86º88.89%74.12%-
XYZ28.9814.2849.37-
YUV88.59184.67195.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.56%
GREEN value IS 21 (8.59% from 255) = 5.34%
BLUE value IS 189 (74.22% from 255) = 48.09%
R=46.56%
G=5.34%
B=48.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal183211890.030.8900.26297.868041.18
HexB715BD35901A12a5029
Octal26725275313103245212051
Binary1011011110101101111011110110010110101001010101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B715BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B715BD; }

 p { color: rgb(183,21,189); }

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

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

 a { background-color: rgb(183,21,189); }

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

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

 span { border-color: rgb(183,21,189); }

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