#B9308D

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

Shades of Medium Red Violet #B9308D

Tints of Medium Red Violet #B9308D

Color information

#B9308D (or 0xB9308D) is unknown color: approx Medium Red Violet. HEX triplet: B9, 30 and 8D. RGB value is (185,48,141). Sum of RGB (Red+Green+Blue) = 185+48+141=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 48 (19.14% from 255 or 12.83% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B9308D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9308D is #46CF72. Grayscale: #636363. Windows color (decimal): -4640627 or 9253049. OLE color: 9253049.

HSL color Cylindrical-coordinate representation of color #B9308D: hue angle of 319.27º 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 #B9308D is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB18548141-
CMYK00.740.240.27
HSL319.27º58.8%45.69%-
HSV(B)319.27º74.05%72.55%-
XYZ25.8714.3526.61-
YUV99.56151.39188.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.47%
GREEN value IS 48 (19.14% from 255) = 12.83%
BLUE value IS 141 (55.47% from 255) = 37.70%
R=49.47%
G=12.83%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854814100.740.240.27319.2758.845.69
HexB9308D04A181B13f3b2e
Octal27160215011230334777356
Binary1011100111000010001101010010101100011011100111111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9308D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9308D; }

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

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

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

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

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

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

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

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