#b23f91

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

Shades of Medium Red Violet #B23F91

Tints of Medium Red Violet #B23F91

Color information

#B23F91 (or 0xB23F91) is unknown color: approx Medium Red Violet. HEX triplet: B2, 3F and 91. RGB value is (178,63,145). Sum of RGB (Red+Green+Blue) = 178+63+145=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B23F91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23F91 is #4DC06E. Grayscale: #6A6A6A. Windows color (decimal): -5095535 or 9519026. OLE color: 9519026.

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

Color convert

RGB17863145-
CMYK00.650.190.30
HSL317.22º47.72%47.25%-
HSV(B)317.22º64.61%69.8%-
XYZ25.2515.0628.37-
YUV106.73149.6178.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.11%
GREEN value IS 63 (25% from 255) = 16.32%
BLUE value IS 145 (57.03% from 255) = 37.56%
R=46.11%
G=16.32%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786314500.650.190.30317.2247.7247.25
HexB23F91041131E13d302f
Octal26277221010123364756057
Binary1011001011111110010001010000011001111110100111101110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b23f91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b23f91; }

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

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

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

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

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

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

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

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