#B763A9

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

Shades of Violet Blue #B763A9

Tints of Violet Blue #B763A9

Color information

#B763A9 (or 0xB763A9) is unknown color: approx Violet Blue. HEX triplet: B7, 63 and A9. RGB value is (183,99,169). Sum of RGB (Red+Green+Blue) = 183+99+169=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 99 (39.06% from 255 or 21.95% from 451); Blue value is 169 (66.41% from 255 or 37.47% from 451); Max value from RGB is 183 - color contains mainly: red. Hex color #B763A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B763A9 is #489C56. Grayscale: #838383. Windows color (decimal): -4758615 or 11101111. OLE color: 11101111.

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

Color convert

RGB18399169-
CMYK00.460.080.28
HSL310º36.84%55.29%-
HSV(B)310º45.9%71.76%-
XYZ31.1521.8640.11-
YUV132.1148.83164.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.58%
GREEN value IS 99 (39.06% from 255) = 21.95%
BLUE value IS 169 (66.41% from 255) = 37.47%
R=40.58%
G=21.95%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839916900.460.080.2831036.8455.29
HexB763A902E81C1362537
Octal26714325105610344664567
Binary101101111100011101010010101110100011100100110110100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B763A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B763A9; }

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

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

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

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

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

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

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

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