#B23AA1

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

Shades of Medium Red Violet #B23AA1

Tints of Medium Red Violet #B23AA1

Color information

#B23AA1 (or 0xB23AA1) is unknown color: approx Medium Red Violet. HEX triplet: B2, 3A and A1. RGB value is (178,58,161). Sum of RGB (Red+Green+Blue) = 178+58+161=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 58 (23.05% from 255 or 14.61% from 397); Blue value is 161 (63.28% from 255 or 40.55% from 397); Max value from RGB is 178 - color contains mainly: red. Hex color #B23AA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23AA1 is #4DC55E. Grayscale: #696969. Windows color (decimal): -5096799 or 10566322. OLE color: 10566322.

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

Color convert

RGB17858161-
CMYK00.670.100.30
HSL308.5º50.85%46.27%-
HSV(B)308.5º67.42%69.8%-
XYZ26.3115.0635.24-
YUV105.62159.26179.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.84%
GREEN value IS 58 (23.05% from 255) = 14.61%
BLUE value IS 161 (63.28% from 255) = 40.55%
R=44.84%
G=14.61%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785816100.670.100.30308.550.8546.27
HexB23AA1043A1E134332e
Octal26272241010312364646356
Binary101100101110101010000101000011101011110100110100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23AA1; }

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

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

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

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

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

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

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

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