#b90dc7

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

Shades of Deep Magenta #B90DC7

Tints of Deep Magenta #B90DC7

Color information

#B90DC7 (or 0xB90DC7) is unknown color: approx Deep Magenta. HEX triplet: B9, 0D and C7. RGB value is (185,13,199). Sum of RGB (Red+Green+Blue) = 185+13+199=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 13 (5.47% from 255 or 3.27% from 397); Blue value is 199 (78.12% from 255 or 50.13% from 397); Max value from RGB is 199 - color contains mainly: blue. Hex color #B90DC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90DC7 is #46F238. Grayscale: #555555. Windows color (decimal): -4649529 or 13045177. OLE color: 13045177.

HSL color Cylindrical-coordinate representation of color #B90DC7: hue angle of 295.48º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B90DC7 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18513199-
CMYK0.070.9300.22
HSL295.48º87.74%41.57%-
HSV(B)295.48º93.47%78.04%-
XYZ30.4614.7355.27-
YUV85.63191.98198.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.60%
GREEN value IS 13 (5.47% from 255) = 3.27%
BLUE value IS 199 (78.12% from 255) = 50.13%
R=46.60%
G=3.27%
B=50.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal185131990.070.9300.22295.4887.7441.57
HexB9DC775D016127582a
Octal27115307713502644713052
Binary1011100111011100011111110111010101101001001111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b90dc7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b90dc7; }

 p { color: rgb(185,13,199); }

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

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

 a { background-color: rgb(185,13,199); }

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

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

 span { border-color: rgb(185,13,199); }

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