#B9308E

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

Shades of Medium Red Violet #B9308E

Tints of Medium Red Violet #B9308E

Color information

#B9308E (or 0xB9308E) is unknown color: approx Medium Red Violet. HEX triplet: B9, 30 and 8E. RGB value is (185,48,142). Sum of RGB (Red+Green+Blue) = 185+48+142=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B9308E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9308E is #46CF71. Grayscale: #636363. Windows color (decimal): -4640626 or 9318585. OLE color: 9318585.

HSL color Cylindrical-coordinate representation of color #B9308E: hue angle of 318.83º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B9308E is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB18548142-
CMYK00.740.230.27
HSL318.83º58.8%45.69%-
HSV(B)318.83º74.05%72.55%-
XYZ25.9514.3827-
YUV99.68151.89188.86-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.33%
GREEN value IS 48 (19.14% from 255) = 12.8%
BLUE value IS 142 (55.86% from 255) = 37.87%
R=49.33%
G=12.8%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854814200.740.230.27318.8358.845.69
HexB9308E04A171B13f3b2e
Octal27160216011227334777356
Binary1011100111000010001110010010101011111011100111111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9308E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9308E; }

 p { color: rgb(185,48,142); }

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

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

 a { background-color: rgb(185,48,142); }

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

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

 span { border-color: rgb(185,48,142); }

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