#B14083

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

Shades of Medium Red Violet #B14083

Tints of Medium Red Violet #B14083

Color information

#B14083 (or 0xB14083) is unknown color: approx Medium Red Violet. HEX triplet: B1, 40 and 83. RGB value is (177,64,131). Sum of RGB (Red+Green+Blue) = 177+64+131=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B14083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14083 is #4EBF7C. Grayscale: #696969. Windows color (decimal): -5160829 or 8601777. OLE color: 8601777.

HSL color Cylindrical-coordinate representation of color #B14083: hue angle of 324.42º 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 #B14083 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB17764131-
CMYK00.640.260.31
HSL324.42º46.89%47.25%-
HSV(B)324.42º63.84%69.41%-
XYZ24.0614.6523.03-
YUV105.42142.44179.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.58%
GREEN value IS 64 (25.39% from 255) = 17.20%
BLUE value IS 131 (51.56% from 255) = 35.22%
R=47.58%
G=17.20%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776413100.640.260.31324.4246.8947.25
HexB140830401A1F1442f2f
Octal261100203010032375045757
Binary10110001100000010000011010000001101011111101000100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14083; }

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

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

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

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

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

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

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

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