#B14383

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

Shades of Medium Red Violet #B14383

Tints of Medium Red Violet #B14383

Color information

#B14383 (or 0xB14383) is unknown color: approx Medium Red Violet. HEX triplet: B1, 43 and 83. RGB value is (177,67,131). Sum of RGB (Red+Green+Blue) = 177+67+131=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 131 (51.56% from 255 or 34.93% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B14383 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14383 is #4EBC7C. Grayscale: #6B6B6B. Windows color (decimal): -5160061 or 8602545. OLE color: 8602545.

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

Color convert

RGB17767131-
CMYK00.620.260.31
HSL325.09º45.08%47.84%-
HSV(B)325.09º62.15%69.41%-
XYZ24.241523.09-
YUV107.19141.44177.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.2%
GREEN value IS 67 (26.56% from 255) = 17.87%
BLUE value IS 131 (51.56% from 255) = 34.93%
R=47.2%
G=17.87%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776713100.620.260.31325.0945.0847.84
HexB1438303E1A1F1452d30
Octal26110320307632375055560
Binary1011000110000111000001101111101101011111101000101101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14383; }

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

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

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

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

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

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

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

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