#B046A5

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

Shades of Violet Blue #B046A5

Tints of Violet Blue #B046A5

Color information

#B046A5 (or 0xB046A5) is unknown color: approx Violet Blue. HEX triplet: B0, 46 and A5. RGB value is (176,70,165). Sum of RGB (Red+Green+Blue) = 176+70+165=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 70 (27.73% from 255 or 17.03% from 411); Blue value is 165 (64.84% from 255 or 40.15% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B046A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B046A5 is #4FB95A. Grayscale: #707070. Windows color (decimal): -5224795 or 10831536. OLE color: 10831536.

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

Color convert

RGB17670165-
CMYK00.600.060.31
HSL306.23º43.09%48.24%-
HSV(B)306.23º60.23%69.02%-
XYZ26.8916.3337.33-
YUV112.52157.62173.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.82%
GREEN value IS 70 (27.73% from 255) = 17.03%
BLUE value IS 165 (64.84% from 255) = 40.15%
R=42.82%
G=17.03%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767016500.600.060.31306.2343.0948.24
HexB046A503C61F1322b30
Octal2601062450746374625360
Binary10110000100011010100101011110011011111100110010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B046A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B046A5; }

 p { color: rgb(176,70,165); }

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

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

 a { background-color: rgb(176,70,165); }

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

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

 span { border-color: rgb(176,70,165); }

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