#B90FBF

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

Shades of Deep Magenta #B90FBF

Tints of Deep Magenta #B90FBF

Color information

#B90FBF (or 0xB90FBF) is unknown color: approx Deep Magenta. HEX triplet: B9, 0F and BF. RGB value is (185,15,191). Sum of RGB (Red+Green+Blue) = 185+15+191=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 15 (6.25% from 255 or 3.84% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #B90FBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90FBF is #46F040. Grayscale: #555555. Windows color (decimal): -4649025 or 12521401. OLE color: 12521401.

HSL color Cylindrical-coordinate representation of color #B90FBF: hue angle of 297.95º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B90FBF is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18515191-
CMYK0.030.9200.25
HSL297.95º85.44%40.39%-
HSV(B)297.95º92.15%74.9%-
XYZ29.5814.4250.51-
YUV85.89187.32198.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.31%
GREEN value IS 15 (6.25% from 255) = 3.84%
BLUE value IS 191 (75% from 255) = 48.85%
R=47.31%
G=3.84%
B=48.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185151910.030.9200.25297.9585.4440.39
HexB9FBF35C01912a5528
Octal27117277313403145212550
Binary101110011111101111111110111000110011001010101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90FBF; }

 p { color: rgb(185,15,191); }

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

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

 a { background-color: rgb(185,15,191); }

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

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

 span { border-color: rgb(185,15,191); }

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