#B8338D

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

Shades of Medium Red Violet #B8338D

Tints of Medium Red Violet #B8338D

Color information

#B8338D (or 0xB8338D) is unknown color: approx Medium Red Violet. HEX triplet: B8, 33 and 8D. RGB value is (184,51,141). Sum of RGB (Red+Green+Blue) = 184+51+141=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 51 (20.31% from 255 or 13.56% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B8338D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8338D is #47CC72. Grayscale: #646464. Windows color (decimal): -4705395 or 9253816. OLE color: 9253816.

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

Color convert

RGB18451141-
CMYK00.720.230.28
HSL319.4º56.6%46.08%-
HSV(B)319.4º72.28%72.16%-
XYZ25.7614.4826.64-
YUV101.03150.56187.18-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.94%
GREEN value IS 51 (20.31% from 255) = 13.56%
BLUE value IS 141 (55.47% from 255) = 37.5%
R=48.94%
G=13.56%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845114100.720.230.28319.456.646.08
HexB8338D048171C13f392e
Octal27063215011027344777156
Binary1011100011001110001101010010001011111100100111111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8338D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8338D; }

 p { color: rgb(184,51,141); }

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

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

 a { background-color: rgb(184,51,141); }

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

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

 span { border-color: rgb(184,51,141); }

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