#B23386

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

Shades of Medium Red Violet #B23386

Tints of Medium Red Violet #B23386

Color information

#B23386 (or 0xB23386) is unknown color: approx Medium Red Violet. HEX triplet: B2, 33 and 86. RGB value is (178,51,134). Sum of RGB (Red+Green+Blue) = 178+51+134=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B23386 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23386 is #4DCC79. Grayscale: #626262. Windows color (decimal): -5098618 or 8795058. OLE color: 8795058.

HSL color Cylindrical-coordinate representation of color #B23386: hue angle of 320.79º 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 #B23386 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB17851134-
CMYK00.710.250.30
HSL320.79º55.46%44.9%-
HSV(B)320.79º71.35%69.8%-
XYZ23.8513.5523.91-
YUV98.43148.08184.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.04%
GREEN value IS 51 (20.31% from 255) = 14.05%
BLUE value IS 134 (52.73% from 255) = 36.91%
R=49.04%
G=14.05%
B=36.91%

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
Decimal1785113400.710.250.30320.7955.4644.9
HexB23386047191E141372d
Octal26263206010731365016755
Binary1011001011001110000110010001111100111110101000001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23386; }

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

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

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

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

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

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

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

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