#B3398B

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

Shades of Medium Red Violet #B3398B

Tints of Medium Red Violet #B3398B

Color information

#B3398B (or 0xB3398B) is unknown color: approx Medium Red Violet. HEX triplet: B3, 39 and 8B. RGB value is (179,57,139). Sum of RGB (Red+Green+Blue) = 179+57+139=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B3398B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3398B is #4CC674. Grayscale: #666666. Windows color (decimal): -5031541 or 9124275. OLE color: 9124275.

HSL color Cylindrical-coordinate representation of color #B3398B: hue angle of 319.67º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B3398B is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB17957139-
CMYK00.680.220.30
HSL319.67º51.69%46.27%-
HSV(B)319.67º68.16%70.2%-
XYZ24.7114.3725.9-
YUV102.83148.42182.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.73%
GREEN value IS 57 (22.66% from 255) = 15.2%
BLUE value IS 139 (54.69% from 255) = 37.07%
R=47.73%
G=15.2%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795713900.680.220.30319.6751.6946.27
HexB3398B044161E140342e
Octal26371213010426365006456
Binary1011001111100110001011010001001011011110101000000110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3398B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3398B; }

 p { color: rgb(179,57,139); }

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

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

 a { background-color: rgb(179,57,139); }

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

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

 span { border-color: rgb(179,57,139); }

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