#B23276

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

Shades of Medium Red Violet #B23276

Tints of Medium Red Violet #B23276

Color information

#B23276 (or 0xB23276) is unknown color: approx Medium Red Violet. HEX triplet: B2, 32 and 76. RGB value is (178,50,118). Sum of RGB (Red+Green+Blue) = 178+50+118=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B23276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23276 is #4DCD89. Grayscale: #5F5F5F. Windows color (decimal): -5098890 or 7746226. OLE color: 7746226.

HSL color Cylindrical-coordinate representation of color #B23276: hue angle of 328.12º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B23276 is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB17850118-
CMYK00.720.340.30
HSL328.12º56.14%44.71%-
HSV(B)328.12º71.91%69.8%-
XYZ22.7713.0518.46-
YUV96.02140.41186.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.45%
GREEN value IS 50 (19.92% from 255) = 14.45%
BLUE value IS 118 (46.48% from 255) = 34.10%
R=51.45%
G=14.45%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785011800.720.340.30328.1256.1444.71
HexB23276048221E148382d
Octal26262166011042365107055
Binary1011001011001011101100100100010001011110101001000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23276; }

 p { color: rgb(178,50,118); }

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

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

 a { background-color: rgb(178,50,118); }

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

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

 span { border-color: rgb(178,50,118); }

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