#B23A87

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

Shades of Medium Red Violet #B23A87

Tints of Medium Red Violet #B23A87

Color information

#B23A87 (or 0xB23A87) is unknown color: approx Medium Red Violet. HEX triplet: B2, 3A and 87. RGB value is (178,58,135). Sum of RGB (Red+Green+Blue) = 178+58+135=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 58 (23.05% from 255 or 15.63% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23A87 is #4DC578. Grayscale: #666666. Windows color (decimal): -5096825 or 8862386. OLE color: 8862386.

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

Color convert

RGB17858135-
CMYK00.670.240.30
HSL321.5º50.85%46.27%-
HSV(B)321.5º67.42%69.8%-
XYZ24.2514.2424.39-
YUV102.66146.26181.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.98%
GREEN value IS 58 (23.05% from 255) = 15.63%
BLUE value IS 135 (53.12% from 255) = 36.39%
R=47.98%
G=15.63%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785813500.670.240.30321.550.8546.27
HexB23A87043181E142332e
Octal26272207010330365026356
Binary1011001011101010000111010000111100011110101000010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23A87; }

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

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

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

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

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

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

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

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