#B8358B

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

Shades of Medium Red Violet #B8358B

Tints of Medium Red Violet #B8358B

Color information

#B8358B (or 0xB8358B) is unknown color: approx Medium Red Violet. HEX triplet: B8, 35 and 8B. RGB value is (184,53,139). Sum of RGB (Red+Green+Blue) = 184+53+139=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B8358B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8358B is #47CA74. Grayscale: #656565. Windows color (decimal): -4704885 or 9123256. OLE color: 9123256.

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

Color convert

RGB18453139-
CMYK00.710.240.28
HSL320.61º55.27%46.47%-
HSV(B)320.61º71.2%72.16%-
XYZ25.714.625.89-
YUV101.97148.9186.51-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.94%
GREEN value IS 53 (21.09% from 255) = 14.10%
BLUE value IS 139 (54.69% from 255) = 36.97%
R=48.94%
G=14.10%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845313900.710.240.28320.6155.2746.47
HexB8358B047181C141372e
Octal27065213010730345016756
Binary1011100011010110001011010001111100011100101000001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8358B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8358B; }

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

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

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

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

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

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

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

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