#B147A3

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

Shades of Violet Blue #B147A3

Tints of Violet Blue #B147A3

Color information

#B147A3 (or 0xB147A3) is unknown color: approx Violet Blue. HEX triplet: B1, 47 and A3. RGB value is (177,71,163). Sum of RGB (Red+Green+Blue) = 177+71+163=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 71 (28.12% from 255 or 17.27% from 411); Blue value is 163 (64.06% from 255 or 39.66% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B147A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B147A3 is #4EB85C. Grayscale: #707070. Windows color (decimal): -5159005 or 10700721. OLE color: 10700721.

HSL color Cylindrical-coordinate representation of color #B147A3: hue angle of 307.92º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B147A3 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB17771163-
CMYK00.600.080.31
HSL307.92º42.74%48.63%-
HSV(B)307.92º59.89%69.41%-
XYZ2716.536.41-
YUV113.18156.12173.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.07%
GREEN value IS 71 (28.12% from 255) = 17.27%
BLUE value IS 163 (64.06% from 255) = 39.66%
R=43.07%
G=17.27%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777116300.600.080.31307.9242.7448.63
HexB147A303C81F1342b31
Octal26110724307410374645361
Binary101100011000111101000110111100100011111100110100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B147A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B147A3; }

 p { color: rgb(177,71,163); }

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

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

 a { background-color: rgb(177,71,163); }

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

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

 span { border-color: rgb(177,71,163); }

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