#B14097

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

Shades of Medium Red Violet #B14097

Tints of Medium Red Violet #B14097

Color information

#B14097 (or 0xB14097) is unknown color: approx Medium Red Violet. HEX triplet: B1, 40 and 97. RGB value is (177,64,151). Sum of RGB (Red+Green+Blue) = 177+64+151=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 64 (25.39% from 255 or 16.33% from 392); Blue value is 151 (59.38% from 255 or 38.52% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B14097 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14097 is #4EBF68. Grayscale: #6B6B6B. Windows color (decimal): -5160809 or 9912497. OLE color: 9912497.

HSL color Cylindrical-coordinate representation of color #B14097: hue angle of 313.81º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B14097 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB17764151-
CMYK00.640.150.31
HSL313.81º46.89%47.25%-
HSV(B)313.81º63.84%69.41%-
XYZ25.5515.2530.87-
YUV107.7152.44177.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.15%
GREEN value IS 64 (25.39% from 255) = 16.33%
BLUE value IS 151 (59.38% from 255) = 38.52%
R=45.15%
G=16.33%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776415100.640.150.31313.8146.8947.25
HexB14097040F1F13a2f2f
Octal261100227010017374725757
Binary1011000110000001001011101000000111111111100111010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14097; }

 p { color: rgb(177,64,151); }

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

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

 a { background-color: rgb(177,64,151); }

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

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

 span { border-color: rgb(177,64,151); }

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