#B766AA

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

Shades of Violet Blue #B766AA

Tints of Violet Blue #B766AA

Color information

#B766AA (or 0xB766AA) is unknown color: approx Violet Blue. HEX triplet: B7, 66 and AA. RGB value is (183,102,170). Sum of RGB (Red+Green+Blue) = 183+102+170=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 183 - color contains mainly: red. Hex color #B766AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B766AA is #489955. Grayscale: #858585. Windows color (decimal): -4757846 or 11167415. OLE color: 11167415.

HSL color Cylindrical-coordinate representation of color #B766AA: hue angle of 309.63º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B766AA is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB183102170-
CMYK00.440.070.28
HSL309.63º36%55.88%-
HSV(B)309.63º44.26%71.76%-
XYZ31.5422.4740.71-
YUV133.97148.34162.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.22%
GREEN value IS 102 (40.23% from 255) = 22.42%
BLUE value IS 170 (66.80% from 255) = 37.36%
R=40.22%
G=22.42%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310217000.440.070.28309.633655.88
HexB766AA02C71C1362438
Octal2671462520547344664470
Binary10110111110011010101010010110011111100100110110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B766AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B766AA; }

 p { color: rgb(183,102,170); }

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

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

 a { background-color: rgb(183,102,170); }

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

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

 span { border-color: rgb(183,102,170); }

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