#B670AE

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

Shades of Violet Blue #B670AE

Tints of Violet Blue #B670AE

Color information

#B670AE (or 0xB670AE) is unknown color: approx Violet Blue. HEX triplet: B6, 70 and AE. RGB value is (182,112,174). Sum of RGB (Red+Green+Blue) = 182+112+174=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 182 - color contains mainly: red. Hex color #B670AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B670AE is #498F51. Grayscale: #8B8B8B. Windows color (decimal): -4820818 or 11432118. OLE color: 11432118.

HSL color Cylindrical-coordinate representation of color #B670AE: hue angle of 306.86º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B670AE is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB182112174-
CMYK00.380.040.29
HSL306.86º32.41%57.65%-
HSV(B)306.86º38.46%71.37%-
XYZ32.7324.5943.07-
YUV140147.19157.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.89%
GREEN value IS 112 (44.14% from 255) = 23.93%
BLUE value IS 174 (68.36% from 255) = 37.18%
R=38.89%
G=23.93%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211217400.380.040.29306.8632.4157.65
HexB670AE02641D133203a
Octal2661602560464354634072
Binary10110110111000010101110010011010011101100110011100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B670AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B670AE; }

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

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

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

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

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

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

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

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