#B23B97

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

Shades of Medium Red Violet #B23B97

Tints of Medium Red Violet #B23B97

Color information

#B23B97 (or 0xB23B97) is unknown color: approx Medium Red Violet. HEX triplet: B2, 3B and 97. RGB value is (178,59,151). Sum of RGB (Red+Green+Blue) = 178+59+151=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 59 (23.44% from 255 or 15.21% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23B97 is #4DC468. Grayscale: #686868. Windows color (decimal): -5096553 or 9911218. OLE color: 9911218.

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

Color convert

RGB17859151-
CMYK00.670.150.30
HSL313.61º50.21%46.47%-
HSV(B)313.61º66.85%69.8%-
XYZ25.5114.8330.8-
YUV105.07153.92180.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.88%
GREEN value IS 59 (23.44% from 255) = 15.21%
BLUE value IS 151 (59.38% from 255) = 38.92%
R=45.88%
G=15.21%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785915100.670.150.30313.6150.2146.47
HexB23B97043F1E13a322e
Octal26273227010317364726256
Binary101100101110111001011101000011111111110100111010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23B97; }

 p { color: rgb(178,59,151); }

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

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

 a { background-color: rgb(178,59,151); }

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

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

 span { border-color: rgb(178,59,151); }

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