#B23686

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

Shades of Medium Red Violet #B23686

Tints of Medium Red Violet #B23686

Color information

#B23686 (or 0xB23686) is unknown color: approx Medium Red Violet. HEX triplet: B2, 36 and 86. RGB value is (178,54,134). Sum of RGB (Red+Green+Blue) = 178+54+134=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 54 (21.48% from 255 or 14.75% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B23686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23686 is #4DC979. Grayscale: #636363. Windows color (decimal): -5097850 or 8795826. OLE color: 8795826.

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

Color convert

RGB17854134-
CMYK00.700.250.30
HSL321.29º53.45%45.49%-
HSV(B)321.29º69.66%69.8%-
XYZ23.9813.8223.96-
YUV100.2147.08183.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.63%
GREEN value IS 54 (21.48% from 255) = 14.75%
BLUE value IS 134 (52.73% from 255) = 36.61%
R=48.63%
G=14.75%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785413400.700.250.30321.2953.4545.49
HexB23686046191E141352d
Octal26266206010631365016555
Binary1011001011011010000110010001101100111110101000001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23686; }

 p { color: rgb(178,54,134); }

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

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

 a { background-color: rgb(178,54,134); }

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

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

 span { border-color: rgb(178,54,134); }

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