#B148A9

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

Shades of Violet Blue #B148A9

Tints of Violet Blue #B148A9

Color information

#B148A9 (or 0xB148A9) is unknown color: approx Violet Blue. HEX triplet: B1, 48 and A9. RGB value is (177,72,169). Sum of RGB (Red+Green+Blue) = 177+72+169=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 72 (28.52% from 255 or 17.22% from 418); Blue value is 169 (66.41% from 255 or 40.43% from 418); Max value from RGB is 177 - color contains mainly: red. Hex color #B148A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B148A9 is #4EB756. Grayscale: #727272. Windows color (decimal): -5158743 or 11094193. OLE color: 11094193.

HSL color Cylindrical-coordinate representation of color #B148A9: hue angle of 304.57º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B148A9 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB17772169-
CMYK00.590.050.31
HSL304.57º42.17%48.82%-
HSV(B)304.57º59.32%69.41%-
XYZ27.6116.8539.33-
YUV114.45158.79172.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.34%
GREEN value IS 72 (28.52% from 255) = 17.22%
BLUE value IS 169 (66.41% from 255) = 40.43%
R=42.34%
G=17.22%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777216900.590.050.31304.5742.1748.82
HexB148A903B51F1312a31
Octal2611102510735374615261
Binary10110001100100010101001011101110111111100110001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B148A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B148A9; }

 p { color: rgb(177,72,169); }

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

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

 a { background-color: rgb(177,72,169); }

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

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

 span { border-color: rgb(177,72,169); }

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