#B23190

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

Shades of Medium Red Violet #B23190

Tints of Medium Red Violet #B23190

Color information

#B23190 (or 0xB23190) is unknown color: approx Medium Red Violet. HEX triplet: B2, 31 and 90. RGB value is (178,49,144). Sum of RGB (Red+Green+Blue) = 178+49+144=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B23190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23190 is #4DCE6F. Grayscale: #626262. Windows color (decimal): -5099120 or 9449906. OLE color: 9449906.

HSL color Cylindrical-coordinate representation of color #B23190: hue angle of 315.81º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B23190 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB17849144-
CMYK00.720.190.30
HSL315.81º56.83%44.51%-
HSV(B)315.81º72.47%69.8%-
XYZ24.4913.6827.73-
YUV98.4153.74184.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.98%
GREEN value IS 49 (19.53% from 255) = 13.21%
BLUE value IS 144 (56.64% from 255) = 38.81%
R=47.98%
G=13.21%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784914400.720.190.30315.8156.8344.51
HexB23190048131E13c392d
Octal26261220011023364747155
Binary1011001011000110010000010010001001111110100111100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23190; }

 p { color: rgb(178,49,144); }

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

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

 a { background-color: rgb(178,49,144); }

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

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

 span { border-color: rgb(178,49,144); }

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