#B8309A

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

Shades of Medium Red Violet #B8309A

Tints of Medium Red Violet #B8309A

Color information

#B8309A (or 0xB8309A) is unknown color: approx Medium Red Violet. HEX triplet: B8, 30 and 9A. RGB value is (184,48,154). Sum of RGB (Red+Green+Blue) = 184+48+154=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B8309A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8309A is #47CF65. Grayscale: #646464. Windows color (decimal): -4706150 or 10105016. OLE color: 10105016.

HSL color Cylindrical-coordinate representation of color #B8309A: hue angle of 313.24º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B8309A is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB18448154-
CMYK00.740.160.28
HSL313.24º58.62%45.49%-
HSV(B)313.24º73.91%72.16%-
XYZ26.6614.6431.99-
YUV100.75158.06187.38-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.67%
GREEN value IS 48 (19.14% from 255) = 12.44%
BLUE value IS 154 (60.55% from 255) = 39.90%
R=47.67%
G=12.44%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1844815400.740.160.28313.2458.6245.49
HexB8309A04A101C1393b2d
Octal27060232011220344717355
Binary1011100011000010011010010010101000011100100111001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8309A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8309A; }

 p { color: rgb(184,48,154); }

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

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

 a { background-color: rgb(184,48,154); }

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

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

 span { border-color: rgb(184,48,154); }

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