#B070AE

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

Shades of Violet Blue #B070AE

Tints of Violet Blue #B070AE

Color information

#B070AE (or 0xB070AE) is unknown color: approx Violet Blue. HEX triplet: B0, 70 and AE. RGB value is (176,112,174). Sum of RGB (Red+Green+Blue) = 176+112+174=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 176 - color contains mainly: red. Hex color #B070AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B070AE is #4F8F51. Grayscale: #8A8A8A. Windows color (decimal): -5214034 or 11432112. OLE color: 11432112.

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

Color convert

RGB176112174-
CMYK00.360.010.31
HSL301.88º28.83%56.47%-
HSV(B)301.88º36.36%69.02%-
XYZ31.3423.8743-
YUV138.2148.2154.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.10%
GREEN value IS 112 (44.14% from 255) = 24.24%
BLUE value IS 174 (68.36% from 255) = 37.66%
R=38.10%
G=24.24%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611217400.360.010.31301.8828.8356.47
HexB070AE02411F12e1d38
Octal2601602560441374563570
Binary10110000111000010101110010010011111110010111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B070AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B070AE; }

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

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

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

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

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

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

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

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