#B4307A

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

Shades of Medium Red Violet #B4307A

Tints of Medium Red Violet #B4307A

Color information

#B4307A (or 0xB4307A) is unknown color: approx Medium Red Violet. HEX triplet: B4, 30 and 7A. RGB value is (180,48,122). Sum of RGB (Red+Green+Blue) = 180+48+122=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 48 (19.14% from 255 or 13.71% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B4307A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4307A is #4BCF85. Grayscale: #5F5F5F. Windows color (decimal): -4968326 or 8007860. OLE color: 8007860.

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

Color convert

RGB18048122-
CMYK00.730.320.29
HSL326.36º57.89%44.71%-
HSV(B)326.36º73.33%70.59%-
XYZ23.3913.2219.73-
YUV95.9142.73187.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.43%
GREEN value IS 48 (19.14% from 255) = 13.71%
BLUE value IS 122 (48.05% from 255) = 34.86%
R=51.43%
G=13.71%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804812200.730.320.29326.3657.8944.71
HexB4307A049201D1463a2d
Octal26460172011140355067255
Binary1011010011000011110100100100110000011101101000110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4307A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4307A; }

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

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

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

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

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

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

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

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