#B90F7E

Color #B90F7E Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #B90F7E

Tints of Medium Violet Red #B90F7E

Color information

#B90F7E (or 0xB90F7E) is unknown color: approx Medium Violet Red. HEX triplet: B9, 0F and 7E. RGB value is (185,15,126). Sum of RGB (Red+Green+Blue) = 185+15+126=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 15 (6.25% from 255 or 4.60% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B90F7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90F7E is #46F081. Grayscale: #4E4E4E. Windows color (decimal): -4649090 or 8261561. OLE color: 8261561.

HSL color Cylindrical-coordinate representation of color #B90F7E: hue angle of 320.82º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B90F7E is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB18515126-
CMYK00.920.320.27
HSL320.82º85%39.22%-
HSV(B)320.82º91.89%72.55%-
XYZ23.9412.1620.82-
YUV78.48154.82203.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.75%
GREEN value IS 15 (6.25% from 255) = 4.60%
BLUE value IS 126 (49.61% from 255) = 38.65%
R=56.75%
G=4.60%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851512600.920.320.27320.828539.22
HexB9F7E05C201B1415527
Octal271171760134403350112547
Binary101110011111111111001011100100000110111010000011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90F7E; }

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

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

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

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

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

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

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

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