#B23096

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

Shades of Medium Red Violet #B23096

Tints of Medium Red Violet #B23096

Color information

#B23096 (or 0xB23096) is unknown color: approx Medium Red Violet. HEX triplet: B2, 30 and 96. RGB value is (178,48,150). Sum of RGB (Red+Green+Blue) = 178+48+150=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 150 (58.98% from 255 or 39.89% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B23096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23096 is #4DCF69. Grayscale: #626262. Windows color (decimal): -5099370 or 9842866. OLE color: 9842866.

HSL color Cylindrical-coordinate representation of color #B23096: hue angle of 312.92º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B23096 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB17848150-
CMYK00.730.160.30
HSL312.92º57.52%44.31%-
HSV(B)312.92º73.03%69.8%-
XYZ24.9213.7830.2-
YUV98.5157.07184.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.34%
GREEN value IS 48 (19.14% from 255) = 12.77%
BLUE value IS 150 (58.98% from 255) = 39.89%
R=47.34%
G=12.77%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784815000.730.160.30312.9257.5244.31
HexB23096049101E1393a2c
Octal26260226011120364717254
Binary1011001011000010010110010010011000011110100111001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23096; }

 p { color: rgb(178,48,150); }

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

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

 a { background-color: rgb(178,48,150); }

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

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

 span { border-color: rgb(178,48,150); }

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