#B23075

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

Shades of Medium Red Violet #B23075

Tints of Medium Red Violet #B23075

Color information

#B23075 (or 0xB23075) is unknown color: approx Medium Red Violet. HEX triplet: B2, 30 and 75. RGB value is (178,48,117). Sum of RGB (Red+Green+Blue) = 178+48+117=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B23075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23075 is #4DCF8A. Grayscale: #5E5E5E. Windows color (decimal): -5099403 or 7680178. OLE color: 7680178.

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

Color convert

RGB17848117-
CMYK00.730.340.30
HSL328.15º57.52%44.31%-
HSV(B)328.15º73.03%69.8%-
XYZ22.6312.8618.12-
YUV94.74140.57187.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.90%
GREEN value IS 48 (19.14% from 255) = 13.99%
BLUE value IS 117 (46.09% from 255) = 34.11%
R=51.90%
G=13.99%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784811700.730.340.30328.1557.5244.31
HexB23075049221E1483a2c
Octal26260165011142365107254
Binary1011001011000011101010100100110001011110101001000111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23075; }

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

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

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

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

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

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

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

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