#B4308A

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

Shades of Medium Red Violet #B4308A

Tints of Medium Red Violet #B4308A

Color information

#B4308A (or 0xB4308A) is unknown color: approx Medium Red Violet. HEX triplet: B4, 30 and 8A. RGB value is (180,48,138). Sum of RGB (Red+Green+Blue) = 180+48+138=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B4308A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4308A is #4BCF75. Grayscale: #616161. Windows color (decimal): -4968310 or 9056436. OLE color: 9056436.

HSL color Cylindrical-coordinate representation of color #B4308A: hue angle of 319.09º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B4308A is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB18048138-
CMYK00.730.230.29
HSL319.09º57.89%44.71%-
HSV(B)319.09º73.33%70.59%-
XYZ24.4713.6525.39-
YUV97.73150.73186.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.18%
GREEN value IS 48 (19.14% from 255) = 13.11%
BLUE value IS 138 (54.30% from 255) = 37.70%
R=49.18%
G=13.11%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804813800.730.230.29319.0957.8944.71
HexB4308A049171D13f3a2d
Octal26460212011127354777255
Binary1011010011000010001010010010011011111101100111111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4308A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4308A; }

 p { color: rgb(180,48,138); }

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

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

 a { background-color: rgb(180,48,138); }

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

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

 span { border-color: rgb(180,48,138); }

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