#B144A7

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

Shades of Violet Blue #B144A7

Tints of Violet Blue #B144A7

Color information

#B144A7 (or 0xB144A7) is unknown color: approx Violet Blue. HEX triplet: B1, 44 and A7. RGB value is (177,68,167). Sum of RGB (Red+Green+Blue) = 177+68+167=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 167 (65.62% from 255 or 40.53% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B144A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B144A7 is #4EBB58. Grayscale: #6F6F6F. Windows color (decimal): -5159769 or 10962097. OLE color: 10962097.

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

Color convert

RGB17768167-
CMYK00.620.060.31
HSL305.5º44.49%48.04%-
HSV(B)305.5º61.58%69.41%-
XYZ27.1716.2738.27-
YUV111.88159.11174.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.96%
GREEN value IS 68 (26.95% from 255) = 16.50%
BLUE value IS 167 (65.62% from 255) = 40.53%
R=42.96%
G=16.50%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776816700.620.060.31305.544.4948.04
HexB144A703E61F1322c30
Octal2611042470766374625460
Binary10110001100010010100111011111011011111100110010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B144A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B144A7; }

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

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

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

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

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

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

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

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