#B048A4

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

Shades of Violet Blue #B048A4

Tints of Violet Blue #B048A4

Color information

#B048A4 (or 0xB048A4) is unknown color: approx Violet Blue. HEX triplet: B0, 48 and A4. RGB value is (176,72,164). Sum of RGB (Red+Green+Blue) = 176+72+164=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 164 (64.45% from 255 or 39.81% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B048A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B048A4 is #4FB75B. Grayscale: #717171. Windows color (decimal): -5224284 or 10766512. OLE color: 10766512.

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

Color convert

RGB17672164-
CMYK00.590.070.31
HSL306.92º41.94%48.63%-
HSV(B)306.92º59.09%69.02%-
XYZ26.9216.5536.9-
YUV113.58156.46172.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.72%
GREEN value IS 72 (28.52% from 255) = 17.48%
BLUE value IS 164 (64.45% from 255) = 39.81%
R=42.72%
G=17.48%
B=39.81%

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
Decimal1767216400.590.070.31306.9241.9448.63
HexB048A403B71F1332a31
Octal2601102440737374635261
Binary10110000100100010100100011101111111111100110011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B048A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B048A4; }

 p { color: rgb(176,72,164); }

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

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

 a { background-color: rgb(176,72,164); }

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

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

 span { border-color: rgb(176,72,164); }

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