#B260AA

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

Shades of Violet Blue #B260AA

Tints of Violet Blue #B260AA

Color information

#B260AA (or 0xB260AA) is unknown color: approx Violet Blue. HEX triplet: B2, 60 and AA. RGB value is (178,96,170). Sum of RGB (Red+Green+Blue) = 178+96+170=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 178 - color contains mainly: red. Hex color #B260AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B260AA is #4D9F55. Grayscale: #808080. Windows color (decimal): -5087062 or 11165874. OLE color: 11165874.

HSL color Cylindrical-coordinate representation of color #B260AA: hue angle of 305.85º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B260AA is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB17896170-
CMYK00.460.040.30
HSL305.85º34.75%53.73%-
HSV(B)305.85º46.07%69.8%-
XYZ29.820.7340.46-
YUV128.95151.17162.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.09%
GREEN value IS 96 (37.89% from 255) = 21.62%
BLUE value IS 170 (66.80% from 255) = 38.29%
R=40.09%
G=21.62%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789617000.460.040.30305.8534.7553.73
HexB260AA02E41E1322336
Octal2621402520564364624366
Binary10110010110000010101010010111010011110100110010100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B260AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B260AA; }

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

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

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

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

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

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

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

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