#B047A2

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

Shades of Violet Blue #B047A2

Tints of Violet Blue #B047A2

Color information

#B047A2 (or 0xB047A2) is unknown color: approx Violet Blue. HEX triplet: B0, 47 and A2. RGB value is (176,71,162). Sum of RGB (Red+Green+Blue) = 176+71+162=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 162 (63.67% from 255 or 39.61% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B047A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B047A2 is #4FB85D. Grayscale: #707070. Windows color (decimal): -5224542 or 10635184. OLE color: 10635184.

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

Color convert

RGB17671162-
CMYK00.600.080.31
HSL308º42.51%48.43%-
HSV(B)308º59.66%69.02%-
XYZ26.6816.3535.93-
YUV112.77155.79173.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.03%
GREEN value IS 71 (28.12% from 255) = 17.36%
BLUE value IS 162 (63.67% from 255) = 39.61%
R=43.03%
G=17.36%
B=39.61%

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
Decimal1767116200.600.080.3130842.5148.43
HexB047A203C81F1342b30
Octal26010724207410374645360
Binary101100001000111101000100111100100011111100110100101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B047A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B047A2; }

 p { color: rgb(176,71,162); }

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

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

 a { background-color: rgb(176,71,162); }

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

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

 span { border-color: rgb(176,71,162); }

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