#B670AF

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

Shades of Violet Blue #B670AF

Tints of Violet Blue #B670AF

Color information

#B670AF (or 0xB670AF) is unknown color: approx Violet Blue. HEX triplet: B6, 70 and AF. RGB value is (182,112,175). Sum of RGB (Red+Green+Blue) = 182+112+175=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 182 - color contains mainly: red. Hex color #B670AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B670AF is #498F50. Grayscale: #8B8B8B. Windows color (decimal): -4820817 or 11497654. OLE color: 11497654.

HSL color Cylindrical-coordinate representation of color #B670AF: hue angle of 306º 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 #B670AF is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB182112175-
CMYK00.380.040.29
HSL306º32.41%57.65%-
HSV(B)306º38.46%71.37%-
XYZ32.8224.6343.58-
YUV140.11147.69157.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.81%
GREEN value IS 112 (44.14% from 255) = 23.88%
BLUE value IS 175 (68.75% from 255) = 37.31%
R=38.81%
G=23.88%
B=37.31%

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
Decimal18211217500.380.040.2930632.4157.65
HexB670AF02641D132203a
Octal2661602570464354624072
Binary10110110111000010101111010011010011101100110010100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B670AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B670AF; }

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

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

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

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

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

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

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

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