#B760AA

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

Shades of Violet Blue #B760AA

Tints of Violet Blue #B760AA

Color information

#B760AA (or 0xB760AA) is unknown color: approx Violet Blue. HEX triplet: B7, 60 and AA. RGB value is (183,96,170). Sum of RGB (Red+Green+Blue) = 183+96+170=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 183 - color contains mainly: red. Hex color #B760AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B760AA is #489F55. Grayscale: #828282. Windows color (decimal): -4759382 or 11165879. OLE color: 11165879.

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

Color convert

RGB18396170-
CMYK00.480.070.28
HSL308.97º37.66%54.71%-
HSV(B)308.97º47.54%71.76%-
XYZ30.9721.3440.52-
YUV130.45150.32165.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.76%
GREEN value IS 96 (37.89% from 255) = 21.38%
BLUE value IS 170 (66.80% from 255) = 37.86%
R=40.76%
G=21.38%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839617000.480.070.28308.9737.6654.71
HexB760AA03071C1352637
Octal2671402520607344654667
Binary10110111110000010101010011000011111100100110101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B760AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B760AA; }

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

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

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

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

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

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

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

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