#B8338C

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

Shades of Medium Red Violet #B8338C

Tints of Medium Red Violet #B8338C

Color information

#B8338C (or 0xB8338C) is unknown color: approx Medium Red Violet. HEX triplet: B8, 33 and 8C. RGB value is (184,51,140). Sum of RGB (Red+Green+Blue) = 184+51+140=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 51 (20.31% from 255 or 13.6% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B8338C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8338C is #47CC73. Grayscale: #646464. Windows color (decimal): -4705396 or 9188280. OLE color: 9188280.

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

Color convert

RGB18451140-
CMYK00.720.240.28
HSL319.85º56.6%46.08%-
HSV(B)319.85º72.28%72.16%-
XYZ25.6814.4526.25-
YUV100.91150.06187.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.07%
GREEN value IS 51 (20.31% from 255) = 13.6%
BLUE value IS 140 (55.08% from 255) = 37.33%
R=49.07%
G=13.6%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845114000.720.240.28319.8556.646.08
HexB8338C048181C140392e
Octal27063214011030345007156
Binary1011100011001110001100010010001100011100101000000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8338C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8338C; }

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

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

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

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

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

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

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

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