#B14385

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

Shades of Medium Red Violet #B14385

Tints of Medium Red Violet #B14385

Color information

#B14385 (or 0xB14385) is unknown color: approx Medium Red Violet. HEX triplet: B1, 43 and 85. RGB value is (177,67,133). Sum of RGB (Red+Green+Blue) = 177+67+133=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 67 (26.56% from 255 or 17.77% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B14385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14385 is #4EBC7A. Grayscale: #6B6B6B. Windows color (decimal): -5160059 or 8733617. OLE color: 8733617.

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

Color convert

RGB17767133-
CMYK00.620.250.31
HSL324º45.08%47.84%-
HSV(B)324º62.15%69.41%-
XYZ24.3715.0523.81-
YUV107.41142.44177.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.95%
GREEN value IS 67 (26.56% from 255) = 17.77%
BLUE value IS 133 (52.34% from 255) = 35.28%
R=46.95%
G=17.77%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776713300.620.250.3132445.0847.84
HexB1438503E191F1442d30
Octal26110320507631375045560
Binary1011000110000111000010101111101100111111101000100101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14385; }

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

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

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

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

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

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

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

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