#B2398A

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

Shades of Medium Red Violet #B2398A

Tints of Medium Red Violet #B2398A

Color information

#B2398A (or 0xB2398A) is unknown color: approx Medium Red Violet. HEX triplet: B2, 39 and 8A. RGB value is (178,57,138). Sum of RGB (Red+Green+Blue) = 178+57+138=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 57 (22.66% from 255 or 15.28% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B2398A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2398A is #4DC675. Grayscale: #666666. Windows color (decimal): -5097078 or 9058738. OLE color: 9058738.

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

Color convert

RGB17857138-
CMYK00.680.220.30
HSL319.83º51.49%46.08%-
HSV(B)319.83º67.98%69.8%-
XYZ24.4114.2325.5-
YUV102.41148.09181.91-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.72%
GREEN value IS 57 (22.66% from 255) = 15.28%
BLUE value IS 138 (54.30% from 255) = 37.00%
R=47.72%
G=15.28%
B=37.00%

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
Decimal1785713800.680.220.30319.8351.4946.08
HexB2398A044161E140332e
Octal26271212010426365006356
Binary1011001011100110001010010001001011011110101000000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2398A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2398A; }

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

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

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

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

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

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

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

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