#B23A8E

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

Shades of Medium Red Violet #B23A8E

Tints of Medium Red Violet #B23A8E

Color information

#B23A8E (or 0xB23A8E) is unknown color: approx Medium Red Violet. HEX triplet: B2, 3A and 8E. RGB value is (178,58,142). Sum of RGB (Red+Green+Blue) = 178+58+142=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23A8E is #4DC571. Grayscale: #676767. Windows color (decimal): -5096818 or 9321138. OLE color: 9321138.

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

Color convert

RGB17858142-
CMYK00.670.200.30
HSL318º50.85%46.27%-
HSV(B)318º67.42%69.8%-
XYZ24.7614.4427.07-
YUV103.46149.76181.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.09%
GREEN value IS 58 (23.05% from 255) = 15.34%
BLUE value IS 142 (55.86% from 255) = 37.57%
R=47.09%
G=15.34%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785814200.670.200.3031850.8546.27
HexB23A8E043141E13e332e
Octal26272216010324364766356
Binary1011001011101010001110010000111010011110100111110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23A8E; }

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

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

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

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

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

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

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

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