#B2399D

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

Shades of Medium Red Violet #B2399D

Tints of Medium Red Violet #B2399D

Color information

#B2399D (or 0xB2399D) is unknown color: approx Medium Red Violet. HEX triplet: B2, 39 and 9D. RGB value is (178,57,157). Sum of RGB (Red+Green+Blue) = 178+57+157=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 57 (22.66% from 255 or 14.54% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B2399D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2399D is #4DC662. Grayscale: #686868. Windows color (decimal): -5097059 or 10303922. OLE color: 10303922.

HSL color Cylindrical-coordinate representation of color #B2399D: hue angle of 310.41º degrees, saturation: 0.51, 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 #B2399D is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB17857157-
CMYK00.680.120.30
HSL310.41º51.49%46.08%-
HSV(B)310.41º67.98%69.8%-
XYZ25.9114.8333.39-
YUV104.58157.59180.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.41%
GREEN value IS 57 (22.66% from 255) = 14.54%
BLUE value IS 157 (61.72% from 255) = 40.05%
R=45.41%
G=14.54%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785715700.680.120.30310.4151.4946.08
HexB2399D044C1E136332e
Octal26271235010414364666356
Binary101100101110011001110101000100110011110100110110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2399D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2399D; }

 p { color: rgb(178,57,157); }

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

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

 a { background-color: rgb(178,57,157); }

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

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

 span { border-color: rgb(178,57,157); }

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