#B23F9F

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

Shades of Medium Red Violet #B23F9F

Tints of Medium Red Violet #B23F9F

Color information

#B23F9F (or 0xB23F9F) is unknown color: approx Medium Red Violet. HEX triplet: B2, 3F and 9F. RGB value is (178,63,159). Sum of RGB (Red+Green+Blue) = 178+63+159=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 63 (25% from 255 or 15.75% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B23F9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23F9F is #4DC060. Grayscale: #6C6C6C. Windows color (decimal): -5095521 or 10436530. OLE color: 10436530.

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

Color convert

RGB17863159-
CMYK00.650.110.30
HSL309.91º47.72%47.25%-
HSV(B)309.91º64.61%69.8%-
XYZ26.415.5234.41-
YUV108.33156.6177.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.5%
GREEN value IS 63 (25% from 255) = 15.75%
BLUE value IS 159 (62.5% from 255) = 39.75%
R=44.5%
G=15.75%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786315900.650.110.30309.9147.7247.25
HexB23F9F041B1E136302f
Octal26277237010113364666057
Binary101100101111111001111101000001101111110100110110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23F9F; }

 p { color: rgb(178,63,159); }

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

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

 a { background-color: rgb(178,63,159); }

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

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

 span { border-color: rgb(178,63,159); }

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