#B9338A

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

Shades of Medium Red Violet #B9338A

Tints of Medium Red Violet #B9338A

Color information

#B9338A (or 0xB9338A) is unknown color: approx Medium Red Violet. HEX triplet: B9, 33 and 8A. RGB value is (185,51,138). Sum of RGB (Red+Green+Blue) = 185+51+138=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 51 (20.31% from 255 or 13.64% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B9338A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9338A is #46CC75. Grayscale: #646464. Windows color (decimal): -4639862 or 9057209. OLE color: 9057209.

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

Color convert

RGB18551138-
CMYK00.720.250.27
HSL321.04º56.78%46.27%-
HSV(B)321.04º72.43%72.55%-
XYZ25.7814.5225.49-
YUV100.98148.89187.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.47%
GREEN value IS 51 (20.31% from 255) = 13.64%
BLUE value IS 138 (54.30% from 255) = 36.90%
R=49.47%
G=13.64%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855113800.720.250.27321.0456.7846.27
HexB9338A048191B141392e
Octal27163212011031335017156
Binary1011100111001110001010010010001100111011101000001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9338A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9338A; }

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

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

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

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

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

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

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

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