#B266AF

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

Shades of Violet Blue #B266AF

Tints of Violet Blue #B266AF

Color information

#B266AF (or 0xB266AF) is unknown color: approx Violet Blue. HEX triplet: B2, 66 and AF. RGB value is (178,102,175). Sum of RGB (Red+Green+Blue) = 178+102+175=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 178 - color contains mainly: red. Hex color #B266AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B266AF is #4D9950. Grayscale: #848484. Windows color (decimal): -5085521 or 11495090. OLE color: 11495090.

HSL color Cylindrical-coordinate representation of color #B266AF: hue angle of 302.37º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B266AF is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB178102175-
CMYK00.430.020.30
HSL302.37º33.04%54.9%-
HSV(B)302.37º42.7%69.8%-
XYZ30.8522.0643.19-
YUV133.05151.68160.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.12%
GREEN value IS 102 (40.23% from 255) = 22.42%
BLUE value IS 175 (68.75% from 255) = 38.46%
R=39.12%
G=22.42%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810217500.430.020.30302.3733.0454.9
HexB266AF02B21E12e2137
Octal2621462570532364564167
Binary1011001011001101010111101010111011110100101110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B266AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B266AF; }

 p { color: rgb(178,102,175); }

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

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

 a { background-color: rgb(178,102,175); }

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

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

 span { border-color: rgb(178,102,175); }

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