#B4369A

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

Shades of Medium Red Violet #B4369A

Tints of Medium Red Violet #B4369A

Color information

#B4369A (or 0xB4369A) is unknown color: approx Medium Red Violet. HEX triplet: B4, 36 and 9A. RGB value is (180,54,154). Sum of RGB (Red+Green+Blue) = 180+54+154=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 54 (21.48% from 255 or 13.92% from 388); Blue value is 154 (60.55% from 255 or 39.69% from 388); Max value from RGB is 180 - color contains mainly: red. Hex color #B4369A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4369A is #4BC965. Grayscale: #666666. Windows color (decimal): -4966758 or 10106548. OLE color: 10106548.

HSL color Cylindrical-coordinate representation of color #B4369A: hue angle of 312.38º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B4369A is Cyan = 0, Magento = 0.7, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB18054154-
CMYK00.70.140.29
HSL312.38º53.85%45.88%-
HSV(B)312.38º70%70.59%-
XYZ25.9714.6732.04-
YUV103.07156.74182.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.39%
GREEN value IS 54 (21.48% from 255) = 13.92%
BLUE value IS 154 (60.55% from 255) = 39.69%
R=46.39%
G=13.92%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805415400.70.140.29312.3853.8545.88
HexB4369A046E1D138362e
Octal26466232010616354706656
Binary101101001101101001101001000110111011101100111000110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4369A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4369A; }

 p { color: rgb(180,54,154); }

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

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

 a { background-color: rgb(180,54,154); }

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

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

 span { border-color: rgb(180,54,154); }

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