#B23B8E

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

Shades of Medium Red Violet #B23B8E

Tints of Medium Red Violet #B23B8E

Color information

#B23B8E (or 0xB23B8E) is unknown color: approx Medium Red Violet. HEX triplet: B2, 3B and 8E. RGB value is (178,59,142). Sum of RGB (Red+Green+Blue) = 178+59+142=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 59 (23.44% from 255 or 15.57% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23B8E is #4DC471. Grayscale: #676767. Windows color (decimal): -5096562 or 9321394. OLE color: 9321394.

HSL color Cylindrical-coordinate representation of color #B23B8E: hue angle of 318.15º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B23B8E is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB17859142-
CMYK00.670.200.30
HSL318.15º50.21%46.47%-
HSV(B)318.15º66.85%69.8%-
XYZ24.8114.5527.09-
YUV104.04149.42180.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.97%
GREEN value IS 59 (23.44% from 255) = 15.57%
BLUE value IS 142 (55.86% from 255) = 37.47%
R=46.97%
G=15.57%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785914200.670.200.30318.1550.2146.47
HexB23B8E043141E13e322e
Octal26273216010324364766256
Binary1011001011101110001110010000111010011110100111110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23B8E; }

 p { color: rgb(178,59,142); }

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

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

 a { background-color: rgb(178,59,142); }

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

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

 span { border-color: rgb(178,59,142); }

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