#B763AA

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

Shades of Violet Blue #B763AA

Tints of Violet Blue #B763AA

Color information

#B763AA (or 0xB763AA) is unknown color: approx Violet Blue. HEX triplet: B7, 63 and AA. RGB value is (183,99,170). Sum of RGB (Red+Green+Blue) = 183+99+170=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 99 (39.06% from 255 or 21.90% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 183 - color contains mainly: red. Hex color #B763AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B763AA is #489C55. Grayscale: #848484. Windows color (decimal): -4758614 or 11166647. OLE color: 11166647.

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

Color convert

RGB18399170-
CMYK00.460.070.28
HSL309.29º36.84%55.29%-
HSV(B)309.29º45.9%71.76%-
XYZ31.2521.8940.61-
YUV132.21149.33164.23-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.49%
GREEN value IS 99 (39.06% from 255) = 21.90%
BLUE value IS 170 (66.80% from 255) = 37.61%
R=40.49%
G=21.90%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839917000.460.070.28309.2936.8455.29
HexB763AA02E71C1352537
Octal2671432520567344654567
Binary10110111110001110101010010111011111100100110101100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B763AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B763AA; }

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

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

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

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

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

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

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

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