#B23287

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

Shades of Medium Red Violet #B23287

Tints of Medium Red Violet #B23287

Color information

#B23287 (or 0xB23287) is unknown color: approx Medium Red Violet. HEX triplet: B2, 32 and 87. RGB value is (178,50,135). Sum of RGB (Red+Green+Blue) = 178+50+135=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B23287 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23287 is #4DCD78. Grayscale: #616161. Windows color (decimal): -5098873 or 8860338. OLE color: 8860338.

HSL color Cylindrical-coordinate representation of color #B23287: hue angle of 320.16º degrees, saturation: 0.56, 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 #B23287 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB17850135-
CMYK00.720.240.30
HSL320.16º56.14%44.71%-
HSV(B)320.16º71.91%69.8%-
XYZ23.8713.524.27-
YUV97.96148.91185.09-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.04%
GREEN value IS 50 (19.92% from 255) = 13.77%
BLUE value IS 135 (53.12% from 255) = 37.19%
R=49.04%
G=13.77%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785013500.720.240.30320.1656.1444.71
HexB23287048181E140382d
Octal26262207011030365007055
Binary1011001011001010000111010010001100011110101000000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23287; }

 p { color: rgb(178,50,135); }

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

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

 a { background-color: rgb(178,50,135); }

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

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

 span { border-color: rgb(178,50,135); }

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