#B2458D

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

Shades of Medium Red Violet #B2458D

Tints of Medium Red Violet #B2458D

Color information

#B2458D (or 0xB2458D) is unknown color: approx Medium Red Violet. HEX triplet: B2, 45 and 8D. RGB value is (178,69,141). Sum of RGB (Red+Green+Blue) = 178+69+141=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 69 (27.34% from 255 or 17.78% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B2458D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2458D is #4DBA72. Grayscale: #6D6D6D. Windows color (decimal): -5094003 or 9258418. OLE color: 9258418.

HSL color Cylindrical-coordinate representation of color #B2458D: hue angle of 320.37º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B2458D is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB17869141-
CMYK00.610.210.30
HSL320.37º44.13%48.43%-
HSV(B)320.37º61.24%69.8%-
XYZ25.315.6426.89-
YUV109.8145.61176.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.88%
GREEN value IS 69 (27.34% from 255) = 17.78%
BLUE value IS 141 (55.47% from 255) = 36.34%
R=45.88%
G=17.78%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786914100.610.210.30320.3744.1348.43
HexB2458D03D151E1402c30
Octal26210521507525365005460
Binary1011001010001011000110101111011010111110101000000101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2458D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2458D; }

 p { color: rgb(178,69,141); }

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

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

 a { background-color: rgb(178,69,141); }

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

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

 span { border-color: rgb(178,69,141); }

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