#B14483

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

Shades of Medium Red Violet #B14483

Tints of Medium Red Violet #B14483

Color information

#B14483 (or 0xB14483) is unknown color: approx Medium Red Violet. HEX triplet: B1, 44 and 83. RGB value is (177,68,131). Sum of RGB (Red+Green+Blue) = 177+68+131=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 131 (51.56% from 255 or 34.84% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B14483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14483 is #4EBB7C. Grayscale: #6B6B6B. Windows color (decimal): -5159805 or 8602801. OLE color: 8602801.

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

Color convert

RGB17768131-
CMYK00.620.260.31
HSL325.32º44.49%48.04%-
HSV(B)325.32º61.58%69.41%-
XYZ24.315.1223.11-
YUV107.77141.11177.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.07%
GREEN value IS 68 (26.95% from 255) = 18.09%
BLUE value IS 131 (51.56% from 255) = 34.84%
R=47.07%
G=18.09%
B=34.84%

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
Decimal1776813100.620.260.31325.3244.4948.04
HexB1448303E1A1F1452c30
Octal26110420307632375055460
Binary1011000110001001000001101111101101011111101000101101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14483; }

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

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

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

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

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

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

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

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