#B8368B

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

Shades of Medium Red Violet #B8368B

Tints of Medium Red Violet #B8368B

Color information

#B8368B (or 0xB8368B) is unknown color: approx Medium Red Violet. HEX triplet: B8, 36 and 8B. RGB value is (184,54,139). Sum of RGB (Red+Green+Blue) = 184+54+139=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 54 (21.48% from 255 or 14.32% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B8368B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8368B is #47C974. Grayscale: #666666. Windows color (decimal): -4704629 or 9123512. OLE color: 9123512.

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

Color convert

RGB18454139-
CMYK00.710.240.28
HSL320.77º54.62%46.67%-
HSV(B)320.77º70.65%72.16%-
XYZ25.7514.6925.91-
YUV102.56148.57186.09-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.81%
GREEN value IS 54 (21.48% from 255) = 14.32%
BLUE value IS 139 (54.69% from 255) = 36.87%
R=48.81%
G=14.32%
B=36.87%

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
Decimal1845413900.710.240.28320.7754.6246.67
HexB8368B047181C141372f
Octal27066213010730345016757
Binary1011100011011010001011010001111100011100101000001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8368B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8368B; }

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

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

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

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

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

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

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

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