#B8358D

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

Shades of Medium Red Violet #B8358D

Tints of Medium Red Violet #B8358D

Color information

#B8358D (or 0xB8358D) is unknown color: approx Medium Red Violet. HEX triplet: B8, 35 and 8D. RGB value is (184,53,141). Sum of RGB (Red+Green+Blue) = 184+53+141=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 53 (21.09% from 255 or 14.02% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B8358D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8358D is #47CA72. Grayscale: #656565. Windows color (decimal): -4704883 or 9254328. OLE color: 9254328.

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

Color convert

RGB18453141-
CMYK00.710.230.28
HSL319.69º55.27%46.47%-
HSV(B)319.69º71.2%72.16%-
XYZ25.8514.6626.67-
YUV102.2149.9186.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.68%
GREEN value IS 53 (21.09% from 255) = 14.02%
BLUE value IS 141 (55.47% from 255) = 37.30%
R=48.68%
G=14.02%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845314100.710.230.28319.6955.2746.47
HexB8358D047171C140372e
Octal27065215010727345006756
Binary1011100011010110001101010001111011111100101000000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8358D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8358D; }

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

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

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

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

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

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

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

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