#B767AA

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

Shades of Violet Blue #B767AA

Tints of Violet Blue #B767AA

Color information

#B767AA (or 0xB767AA) is unknown color: approx Violet Blue. HEX triplet: B7, 67 and AA. RGB value is (183,103,170). Sum of RGB (Red+Green+Blue) = 183+103+170=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 103 (40.62% from 255 or 22.59% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 183 - color contains mainly: red. Hex color #B767AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B767AA is #489855. Grayscale: #868686. Windows color (decimal): -4757590 or 11167671. OLE color: 11167671.

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

Color convert

RGB183103170-
CMYK00.440.070.28
HSL309.75º35.71%56.08%-
HSV(B)309.75º43.72%71.76%-
XYZ31.6322.6740.74-
YUV134.56148162.55-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.13%
GREEN value IS 103 (40.62% from 255) = 22.59%
BLUE value IS 170 (66.80% from 255) = 37.28%
R=40.13%
G=22.59%
B=37.28%

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
Decimal18310317000.440.070.28309.7535.7156.08
HexB767AA02C71C1362438
Octal2671472520547344664470
Binary10110111110011110101010010110011111100100110110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B767AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B767AA; }

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

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

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

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

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

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

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

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