#B23382

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

Shades of Medium Red Violet #B23382

Tints of Medium Red Violet #B23382

Color information

#B23382 (or 0xB23382) is unknown color: approx Medium Red Violet. HEX triplet: B2, 33 and 82. RGB value is (178,51,130). Sum of RGB (Red+Green+Blue) = 178+51+130=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 51 (20.31% from 255 or 14.21% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B23382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23382 is #4DCC7D. Grayscale: #616161. Windows color (decimal): -5098622 or 8532914. OLE color: 8532914.

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

Color convert

RGB17851130-
CMYK00.710.270.30
HSL322.68º55.46%44.9%-
HSV(B)322.68º71.35%69.8%-
XYZ23.5713.4422.47-
YUV97.98146.08185.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.58%
GREEN value IS 51 (20.31% from 255) = 14.21%
BLUE value IS 130 (51.17% from 255) = 36.21%
R=49.58%
G=14.21%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785113000.710.270.30322.6855.4644.9
HexB233820471B1E143372d
Octal26263202010733365036755
Binary1011001011001110000010010001111101111110101000011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23382; }

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

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

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

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

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

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

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

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