#B23D9C

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

Shades of Medium Red Violet #B23D9C

Tints of Medium Red Violet #B23D9C

Color information

#B23D9C (or 0xB23D9C) is unknown color: approx Medium Red Violet. HEX triplet: B2, 3D and 9C. RGB value is (178,61,156). Sum of RGB (Red+Green+Blue) = 178+61+156=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 61 (24.22% from 255 or 15.44% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23D9C is #4DC263. Grayscale: #6A6A6A. Windows color (decimal): -5096036 or 10239410. OLE color: 10239410.

HSL color Cylindrical-coordinate representation of color #B23D9C: hue angle of 311.28º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B23D9C is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB17861156-
CMYK00.660.120.30
HSL311.28º48.95%46.86%-
HSV(B)311.28º65.73%69.8%-
XYZ26.0315.233.02-
YUV106.81155.76178.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.06%
GREEN value IS 61 (24.22% from 255) = 15.44%
BLUE value IS 156 (61.33% from 255) = 39.49%
R=45.06%
G=15.44%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786115600.660.120.30311.2848.9546.86
HexB23D9C042C1E137312f
Octal26275234010214364676157
Binary101100101111011001110001000010110011110100110111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23D9C; }

 p { color: rgb(178,61,156); }

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

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

 a { background-color: rgb(178,61,156); }

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

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

 span { border-color: rgb(178,61,156); }

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