#B23A77

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

Shades of Medium Red Violet #B23A77

Tints of Medium Red Violet #B23A77

Color information

#B23A77 (or 0xB23A77) is unknown color: approx Medium Red Violet. HEX triplet: B2, 3A and 77. RGB value is (178,58,119). Sum of RGB (Red+Green+Blue) = 178+58+119=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 58 (23.05% from 255 or 16.34% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23A77 is #4DC588. Grayscale: #646464. Windows color (decimal): -5096841 or 7813810. OLE color: 7813810.

HSL color Cylindrical-coordinate representation of color #B23A77: hue angle of 329.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 #B23A77 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB17858119-
CMYK00.670.330.30
HSL329.5º50.85%46.27%-
HSV(B)329.5º67.42%69.8%-
XYZ23.213.8218.9-
YUV100.83138.26183.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.14%
GREEN value IS 58 (23.05% from 255) = 16.34%
BLUE value IS 119 (46.88% from 255) = 33.52%
R=50.14%
G=16.34%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785811900.670.330.30329.550.8546.27
HexB23A77043211E14a332e
Octal26272167010341365126356
Binary1011001011101011101110100001110000111110101001010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23A77; }

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

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

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

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

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

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

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

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