#B0458E

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

Shades of Medium Red Violet #B0458E

Tints of Medium Red Violet #B0458E

Color information

#B0458E (or 0xB0458E) is unknown color: approx Medium Red Violet. HEX triplet: B0, 45 and 8E. RGB value is (176,69,142). Sum of RGB (Red+Green+Blue) = 176+69+142=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 69 (27.34% from 255 or 17.83% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B0458E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0458E is #4FBA71. Grayscale: #6D6D6D. Windows color (decimal): -5225074 or 9323952. OLE color: 9323952.

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

Color convert

RGB17669142-
CMYK00.610.190.31
HSL319.07º43.67%48.04%-
HSV(B)319.07º60.8%69.02%-
XYZ24.9215.4427.26-
YUV109.32146.45175.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.48%
GREEN value IS 69 (27.34% from 255) = 17.83%
BLUE value IS 142 (55.86% from 255) = 36.69%
R=45.48%
G=17.83%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766914200.610.190.31319.0743.6748.04
HexB0458E03D131F13f2c30
Octal26010521607523374775460
Binary1011000010001011000111001111011001111111100111111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0458E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0458E; }

 p { color: rgb(176,69,142); }

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

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

 a { background-color: rgb(176,69,142); }

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

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

 span { border-color: rgb(176,69,142); }

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