#B23486

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

Shades of Medium Red Violet #B23486

Tints of Medium Red Violet #B23486

Color information

#B23486 (or 0xB23486) is unknown color: approx Medium Red Violet. HEX triplet: B2, 34 and 86. RGB value is (178,52,134). Sum of RGB (Red+Green+Blue) = 178+52+134=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 134 (52.73% from 255 or 36.81% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B23486 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23486 is #4DCB79. Grayscale: #626262. Windows color (decimal): -5098362 or 8795314. OLE color: 8795314.

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

Color convert

RGB17852134-
CMYK00.710.250.30
HSL320.95º54.78%45.1%-
HSV(B)320.95º70.79%69.8%-
XYZ23.8913.6423.93-
YUV99.02147.74184.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.90%
GREEN value IS 52 (20.70% from 255) = 14.29%
BLUE value IS 134 (52.73% from 255) = 36.81%
R=48.90%
G=14.29%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785213400.710.250.30320.9554.7845.1
HexB23486047191E141372d
Octal26264206010731365016755
Binary1011001011010010000110010001111100111110101000001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23486; }

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

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

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

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

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

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

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

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