#B148A5

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

Shades of Violet Blue #B148A5

Tints of Violet Blue #B148A5

Color information

#B148A5 (or 0xB148A5) is unknown color: approx Violet Blue. HEX triplet: B1, 48 and A5. RGB value is (177,72,165). Sum of RGB (Red+Green+Blue) = 177+72+165=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 72 (28.52% from 255 or 17.39% from 414); Blue value is 165 (64.84% from 255 or 39.86% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B148A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B148A5 is #4EB75A. Grayscale: #717171. Windows color (decimal): -5158747 or 10832049. OLE color: 10832049.

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

Color convert

RGB17772165-
CMYK00.590.070.31
HSL306.86º42.17%48.82%-
HSV(B)306.86º59.32%69.41%-
XYZ27.2416.737.38-
YUV114156.79172.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.75%
GREEN value IS 72 (28.52% from 255) = 17.39%
BLUE value IS 165 (64.84% from 255) = 39.86%
R=42.75%
G=17.39%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777216500.590.070.31306.8642.1748.82
HexB148A503B71F1332a31
Octal2611102450737374635261
Binary10110001100100010100101011101111111111100110011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B148A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B148A5; }

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

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

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

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

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

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

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

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