#B23785

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

Shades of Medium Red Violet #B23785

Tints of Medium Red Violet #B23785

Color information

#B23785 (or 0xB23785) is unknown color: approx Medium Red Violet. HEX triplet: B2, 37 and 85. RGB value is (178,55,133). Sum of RGB (Red+Green+Blue) = 178+55+133=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 55 (21.88% from 255 or 15.03% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B23785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23785 is #4DC87A. Grayscale: #646464. Windows color (decimal): -5097595 or 8730546. OLE color: 8730546.

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

Color convert

RGB17855133-
CMYK00.690.250.30
HSL321.95º52.79%45.69%-
HSV(B)321.95º69.1%69.8%-
XYZ23.9613.8923.61-
YUV100.67146.25183.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.63%
GREEN value IS 55 (21.88% from 255) = 15.03%
BLUE value IS 133 (52.34% from 255) = 36.34%
R=48.63%
G=15.03%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785513300.690.250.30321.9552.7945.69
HexB23785045191E142352e
Octal26267205010531365026556
Binary1011001011011110000101010001011100111110101000010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23785; }

 p { color: rgb(178,55,133); }

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

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

 a { background-color: rgb(178,55,133); }

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

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

 span { border-color: rgb(178,55,133); }

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