#B9338E

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

Shades of Medium Red Violet #B9338E

Tints of Medium Red Violet #B9338E

Color information

#B9338E (or 0xB9338E) is unknown color: approx Medium Red Violet. HEX triplet: B9, 33 and 8E. RGB value is (185,51,142). Sum of RGB (Red+Green+Blue) = 185+51+142=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B9338E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9338E is #46CC71. Grayscale: #656565. Windows color (decimal): -4639858 or 9319353. OLE color: 9319353.

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

Color convert

RGB18551142-
CMYK00.720.230.27
HSL319.25º56.78%46.27%-
HSV(B)319.25º72.43%72.55%-
XYZ26.0714.6327.04-
YUV101.44150.89187.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.94%
GREEN value IS 51 (20.31% from 255) = 13.49%
BLUE value IS 142 (55.86% from 255) = 37.57%
R=48.94%
G=13.49%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855114200.720.230.27319.2556.7846.27
HexB9338E048171B13f392e
Octal27163216011027334777156
Binary1011100111001110001110010010001011111011100111111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9338E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9338E; }

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

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

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

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

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

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

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

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