#B145A4

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

Shades of Violet Blue #B145A4

Tints of Violet Blue #B145A4

Color information

#B145A4 (or 0xB145A4) is unknown color: approx Violet Blue. HEX triplet: B1, 45 and A4. RGB value is (177,69,164). Sum of RGB (Red+Green+Blue) = 177+69+164=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 69 (27.34% from 255 or 16.83% from 410); Blue value is 164 (64.45% from 255 or 40% from 410); Max value from RGB is 177 - color contains mainly: red. Hex color #B145A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B145A4 is #4EBA5B. Grayscale: #6F6F6F. Windows color (decimal): -5159516 or 10765745. OLE color: 10765745.

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

Color convert

RGB17769164-
CMYK00.610.070.31
HSL307.22º43.9%48.24%-
HSV(B)307.22º61.02%69.41%-
XYZ26.9616.2836.84-
YUV112.12157.28174.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.17%
GREEN value IS 69 (27.34% from 255) = 16.83%
BLUE value IS 164 (64.45% from 255) = 40%
R=43.17%
G=16.83%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776916400.610.070.31307.2243.948.24
HexB145A403D71F1332c30
Octal2611052440757374635460
Binary10110001100010110100100011110111111111100110011101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B145A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B145A4; }

 p { color: rgb(177,69,164); }

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

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

 a { background-color: rgb(177,69,164); }

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

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

 span { border-color: rgb(177,69,164); }

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