#B766AD

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

Shades of Violet Blue #B766AD

Tints of Violet Blue #B766AD

Color information

#B766AD (or 0xB766AD) is unknown color: approx Violet Blue. HEX triplet: B7, 66 and AD. RGB value is (183,102,173). Sum of RGB (Red+Green+Blue) = 183+102+173=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 102 (40.23% from 255 or 22.27% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 183 - color contains mainly: red. Hex color #B766AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B766AD is #489952. Grayscale: #868686. Windows color (decimal): -4757843 or 11364023. OLE color: 11364023.

HSL color Cylindrical-coordinate representation of color #B766AD: hue angle of 307.41º 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 #B766AD is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB183102173-
CMYK00.440.050.28
HSL307.41º36%55.88%-
HSV(B)307.41º44.26%71.76%-
XYZ31.8222.5942.22-
YUV134.31149.84162.73-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.96%
GREEN value IS 102 (40.23% from 255) = 22.27%
BLUE value IS 173 (67.97% from 255) = 37.77%
R=39.96%
G=22.27%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310217300.440.050.28307.413655.88
HexB766AD02C51C1332438
Octal2671462550545344634470
Binary10110111110011010101101010110010111100100110011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B766AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B766AD; }

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

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

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

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

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

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

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

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