#B4309B

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

Shades of Medium Red Violet #B4309B

Tints of Medium Red Violet #B4309B

Color information

#B4309B (or 0xB4309B) is unknown color: approx Medium Red Violet. HEX triplet: B4, 30 and 9B. RGB value is (180,48,155). Sum of RGB (Red+Green+Blue) = 180+48+155=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 48 (19.14% from 255 or 12.53% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B4309B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4309B is #4BCF64. Grayscale: #636363. Windows color (decimal): -4968293 or 10170548. OLE color: 10170548.

HSL color Cylindrical-coordinate representation of color #B4309B: hue angle of 311.36º 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 #B4309B is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB18048155-
CMYK00.730.140.29
HSL311.36º57.89%44.71%-
HSV(B)311.36º73.33%70.59%-
XYZ25.814.1832.39-
YUV99.67159.23185.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.00%
GREEN value IS 48 (19.14% from 255) = 12.53%
BLUE value IS 155 (60.94% from 255) = 40.47%
R=47.00%
G=12.53%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804815500.730.140.29311.3657.8944.71
HexB4309B049E1D1373a2d
Octal26460233011116354677255
Binary101101001100001001101101001001111011101100110111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4309B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4309B; }

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

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

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

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

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

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

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

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