#B0317E

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

Shades of Medium Red Violet #B0317E

Tints of Medium Red Violet #B0317E

Color information

#B0317E (or 0xB0317E) is unknown color: approx Medium Red Violet. HEX triplet: B0, 31 and 7E. RGB value is (176,49,126). Sum of RGB (Red+Green+Blue) = 176+49+126=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B0317E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0317E is #4FCE81. Grayscale: #5F5F5F. Windows color (decimal): -5230210 or 8270256. OLE color: 8270256.

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

Color convert

RGB17649126-
CMYK00.720.280.31
HSL323.62º56.44%44.12%-
HSV(B)323.62º72.16%69.02%-
XYZ22.7712.9321.03-
YUV95.75145.08185.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.14%
GREEN value IS 49 (19.53% from 255) = 13.96%
BLUE value IS 126 (49.61% from 255) = 35.90%
R=50.14%
G=13.96%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764912600.720.280.31323.6256.4444.12
HexB0317E0481C1F144382c
Octal26061176011034375047054
Binary101100001100011111110010010001110011111101000100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0317E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0317E; }

 p { color: rgb(176,49,126); }

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

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

 a { background-color: rgb(176,49,126); }

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

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

 span { border-color: rgb(176,49,126); }

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