#B3469F

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

Shades of Violet Blue #B3469F

Tints of Violet Blue #B3469F

Color information

#B3469F (or 0xB3469F) is unknown color: approx Violet Blue. HEX triplet: B3, 46 and 9F. RGB value is (179,70,159). Sum of RGB (Red+Green+Blue) = 179+70+159=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 70 (27.73% from 255 or 17.16% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 179 - color contains mainly: red. Hex color #B3469F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3469F is #4CB960. Grayscale: #707070. Windows color (decimal): -5028193 or 10438323. OLE color: 10438323.

HSL color Cylindrical-coordinate representation of color #B3469F: hue angle of 311.01º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B3469F is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB17970159-
CMYK00.610.110.30
HSL311.01º43.78%48.82%-
HSV(B)311.01º60.89%70.2%-
XYZ27.0416.4734.55-
YUV112.74154.11175.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.87%
GREEN value IS 70 (27.73% from 255) = 17.16%
BLUE value IS 159 (62.5% from 255) = 38.97%
R=43.87%
G=17.16%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797015900.610.110.30311.0143.7848.82
HexB3469F03DB1E1372c31
Octal26310623707513364675461
Binary101100111000110100111110111101101111110100110111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3469F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3469F; }

 p { color: rgb(179,70,159); }

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

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

 a { background-color: rgb(179,70,159); }

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

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

 span { border-color: rgb(179,70,159); }

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