#B767AD

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

Shades of Violet Blue #B767AD

Tints of Violet Blue #B767AD

Color information

#B767AD (or 0xB767AD) is unknown color: approx Violet Blue. HEX triplet: B7, 67 and AD. RGB value is (183,103,173). Sum of RGB (Red+Green+Blue) = 183+103+173=459 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.87% from 459); Green value is 103 (40.62% from 255 or 22.44% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 183 - color contains mainly: red. Hex color #B767AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B767AD is #489852. Grayscale: #868686. Windows color (decimal): -4757587 or 11364279. OLE color: 11364279.

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

Color convert

RGB183103173-
CMYK00.440.050.28
HSL307.5º35.71%56.08%-
HSV(B)307.5º43.72%71.76%-
XYZ31.9222.7842.25-
YUV134.9149.5162.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.87%
GREEN value IS 103 (40.62% from 255) = 22.44%
BLUE value IS 173 (67.97% from 255) = 37.69%
R=39.87%
G=22.44%
B=37.69%

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
Decimal18310317300.440.050.28307.535.7156.08
HexB767AD02C51C1342438
Octal2671472550545344644470
Binary10110111110011110101101010110010111100100110100100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B767AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B767AD; }

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

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

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

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

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

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

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

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