#B23994

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

Shades of Medium Red Violet #B23994

Tints of Medium Red Violet #B23994

Color information

#B23994 (or 0xB23994) is unknown color: approx Medium Red Violet. HEX triplet: B2, 39 and 94. RGB value is (178,57,148). Sum of RGB (Red+Green+Blue) = 178+57+148=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 57 (22.66% from 255 or 14.88% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B23994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23994 is #4DC66B. Grayscale: #676767. Windows color (decimal): -5097068 or 9714098. OLE color: 9714098.

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

Color convert

RGB17857148-
CMYK00.680.170.30
HSL314.88º51.49%46.08%-
HSV(B)314.88º67.98%69.8%-
XYZ25.1714.5329.49-
YUV103.55153.09181.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.48%
GREEN value IS 57 (22.66% from 255) = 14.88%
BLUE value IS 148 (58.20% from 255) = 38.64%
R=46.48%
G=14.88%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785714800.680.170.30314.8851.4946.08
HexB23994044111E13b332e
Octal26271224010421364736356
Binary1011001011100110010100010001001000111110100111011110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23994; }

 p { color: rgb(178,57,148); }

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

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

 a { background-color: rgb(178,57,148); }

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

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

 span { border-color: rgb(178,57,148); }

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