#B144A5

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

Shades of Violet Blue #B144A5

Tints of Violet Blue #B144A5

Color information

#B144A5 (or 0xB144A5) is unknown color: approx Violet Blue. HEX triplet: B1, 44 and A5. RGB value is (177,68,165). Sum of RGB (Red+Green+Blue) = 177+68+165=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 68 (26.95% from 255 or 16.59% from 410); Blue value is 165 (64.84% from 255 or 40.24% from 410); Max value from RGB is 177 - color contains mainly: red. Hex color #B144A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B144A5 is #4EBB5A. Grayscale: #6F6F6F. Windows color (decimal): -5159771 or 10831025. OLE color: 10831025.

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

Color convert

RGB17768165-
CMYK00.620.070.31
HSL306.61º44.49%48.04%-
HSV(B)306.61º61.58%69.41%-
XYZ26.9916.237.3-
YUV111.65158.11174.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.17%
GREEN value IS 68 (26.95% from 255) = 16.59%
BLUE value IS 165 (64.84% from 255) = 40.24%
R=43.17%
G=16.59%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776816500.620.070.31306.6144.4948.04
HexB144A503E71F1332c30
Octal2611042450767374635460
Binary10110001100010010100101011111011111111100110011101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B144A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B144A5; }

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

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

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

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

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

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

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

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