#B074AE

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

Shades of Violet Blue #B074AE

Tints of Violet Blue #B074AE

Color information

#B074AE (or 0xB074AE) is unknown color: approx Violet Blue. HEX triplet: B0, 74 and AE. RGB value is (176,116,174). Sum of RGB (Red+Green+Blue) = 176+116+174=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 176 - color contains mainly: red. Hex color #B074AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B074AE is #4F8B51. Grayscale: #8C8C8C. Windows color (decimal): -5213010 or 11433136. OLE color: 11433136.

HSL color Cylindrical-coordinate representation of color #B074AE: hue angle of 302º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B074AE is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB176116174-
CMYK00.340.010.31
HSL302º27.52%57.25%-
HSV(B)302º34.09%69.02%-
XYZ31.7924.7843.15-
YUV140.55146.88153.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.77%
GREEN value IS 116 (45.70% from 255) = 24.89%
BLUE value IS 174 (68.36% from 255) = 37.34%
R=37.77%
G=24.89%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611617400.340.010.3130227.5257.25
HexB074AE02211F12e1c39
Octal2601642560421374563471
Binary10110000111010010101110010001011111110010111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B074AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B074AE; }

 p { color: rgb(176,116,174); }

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

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

 a { background-color: rgb(176,116,174); }

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

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

 span { border-color: rgb(176,116,174); }

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