#B767A3

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

Shades of Violet Blue #B767A3

Tints of Violet Blue #B767A3

Color information

#B767A3 (or 0xB767A3) is unknown color: approx Violet Blue. HEX triplet: B7, 67 and A3. RGB value is (183,103,163). Sum of RGB (Red+Green+Blue) = 183+103+163=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 103 (40.62% from 255 or 22.94% from 449); Blue value is 163 (64.06% from 255 or 36.30% from 449); Max value from RGB is 183 - color contains mainly: red. Hex color #B767A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B767A3 is #48985C. Grayscale: #858585. Windows color (decimal): -4757597 or 10708919. OLE color: 10708919.

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

Color convert

RGB183103163-
CMYK00.440.110.28
HSL315º35.71%56.08%-
HSV(B)315º43.72%71.76%-
XYZ30.9922.4137.34-
YUV133.76144.5163.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.76%
GREEN value IS 103 (40.62% from 255) = 22.94%
BLUE value IS 163 (64.06% from 255) = 36.30%
R=40.76%
G=22.94%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310316300.440.110.2831535.7156.08
HexB767A302CB1C13b2438
Octal26714724305413344734470
Binary101101111100111101000110101100101111100100111011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B767A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B767A3; }

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

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

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

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

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

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

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

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