#B4307E

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

Shades of Medium Red Violet #B4307E

Tints of Medium Red Violet #B4307E

Color information

#B4307E (or 0xB4307E) is unknown color: approx Medium Red Violet. HEX triplet: B4, 30 and 7E. RGB value is (180,48,126). Sum of RGB (Red+Green+Blue) = 180+48+126=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B4307E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4307E is #4BCF81. Grayscale: #606060. Windows color (decimal): -4968322 or 8270004. OLE color: 8270004.

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

Color convert

RGB18048126-
CMYK00.730.30.29
HSL324.55º57.89%44.71%-
HSV(B)324.55º73.33%70.59%-
XYZ23.6513.3221.06-
YUV96.36144.73187.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.85%
GREEN value IS 48 (19.14% from 255) = 13.56%
BLUE value IS 126 (49.61% from 255) = 35.59%
R=50.85%
G=13.56%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804812600.730.30.29324.5557.8944.71
HexB4307E0491E1D1453a2d
Octal26460176011136355057255
Binary101101001100001111110010010011111011101101000101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4307E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4307E; }

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

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

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

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

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

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

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

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