#B4339E

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

Shades of Medium Red Violet #B4339E

Tints of Medium Red Violet #B4339E

Color information

#B4339E (or 0xB4339E) is unknown color: approx Medium Red Violet. HEX triplet: B4, 33 and 9E. RGB value is (180,51,158). Sum of RGB (Red+Green+Blue) = 180+51+158=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 51 (20.31% from 255 or 13.11% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B4339E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4339E is #4BCC61. Grayscale: #656565. Windows color (decimal): -4967522 or 10367924. OLE color: 10367924.

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

Color convert

RGB18051158-
CMYK00.720.120.29
HSL310.23º55.84%45.29%-
HSV(B)310.23º71.67%70.59%-
XYZ26.1814.5433.77-
YUV101.77159.74183.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.27%
GREEN value IS 51 (20.31% from 255) = 13.11%
BLUE value IS 158 (62.11% from 255) = 40.62%
R=46.27%
G=13.11%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805115800.720.120.29310.2355.8445.29
HexB4339E048C1D136382d
Octal26463236011014354667055
Binary101101001100111001111001001000110011101100110110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4339E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4339E; }

 p { color: rgb(180,51,158); }

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

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

 a { background-color: rgb(180,51,158); }

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

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

 span { border-color: rgb(180,51,158); }

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