#B8358A

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

Shades of Medium Red Violet #B8358A

Tints of Medium Red Violet #B8358A

Color information

#B8358A (or 0xB8358A) is unknown color: approx Medium Red Violet. HEX triplet: B8, 35 and 8A. RGB value is (184,53,138). Sum of RGB (Red+Green+Blue) = 184+53+138=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 53 (21.09% from 255 or 14.13% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B8358A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8358A is #47CA75. Grayscale: #656565. Windows color (decimal): -4704886 or 9057720. OLE color: 9057720.

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

Color convert

RGB18453138-
CMYK00.710.250.28
HSL321.07º55.27%46.47%-
HSV(B)321.07º71.2%72.16%-
XYZ25.6314.5725.51-
YUV101.86148.4186.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.07%
GREEN value IS 53 (21.09% from 255) = 14.13%
BLUE value IS 138 (54.30% from 255) = 36.8%
R=49.07%
G=14.13%
B=36.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845313800.710.250.28321.0755.2746.47
HexB8358A047191C141372e
Octal27065212010731345016756
Binary1011100011010110001010010001111100111100101000001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8358A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8358A; }

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

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

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

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

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

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

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

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