#B14284

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

Shades of Medium Red Violet #B14284

Tints of Medium Red Violet #B14284

Color information

#B14284 (or 0xB14284) is unknown color: approx Medium Red Violet. HEX triplet: B1, 42 and 84. RGB value is (177,66,132). Sum of RGB (Red+Green+Blue) = 177+66+132=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B14284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14284 is #4EBD7B. Grayscale: #6A6A6A. Windows color (decimal): -5160316 or 8667825. OLE color: 8667825.

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

Color convert

RGB17766132-
CMYK00.630.250.31
HSL324.32º45.68%47.65%-
HSV(B)324.32º62.71%69.41%-
XYZ24.2414.9123.43-
YUV106.71142.27178.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.2%
GREEN value IS 66 (26.17% from 255) = 17.6%
BLUE value IS 132 (51.95% from 255) = 35.2%
R=47.2%
G=17.6%
B=35.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776613200.630.250.31324.3245.6847.65
HexB1428403F191F1442e30
Octal26110220407731375045660
Binary1011000110000101000010001111111100111111101000100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14284; }

 p { color: rgb(177,66,132); }

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

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

 a { background-color: rgb(177,66,132); }

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

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

 span { border-color: rgb(177,66,132); }

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