#B261AA

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

Shades of Violet Blue #B261AA

Tints of Violet Blue #B261AA

Color information

#B261AA (or 0xB261AA) is unknown color: approx Violet Blue. HEX triplet: B2, 61 and AA. RGB value is (178,97,170). Sum of RGB (Red+Green+Blue) = 178+97+170=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 97 (38.28% from 255 or 21.80% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 178 - color contains mainly: red. Hex color #B261AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B261AA is #4D9E55. Grayscale: #818181. Windows color (decimal): -5086806 or 11166130. OLE color: 11166130.

HSL color Cylindrical-coordinate representation of color #B261AA: hue angle of 305.93º degrees, saturation: 0.34, 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 #B261AA is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB17897170-
CMYK00.460.040.30
HSL305.93º34.47%53.92%-
HSV(B)305.93º45.51%69.8%-
XYZ29.8920.9240.49-
YUV129.54150.84162.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40%
GREEN value IS 97 (38.28% from 255) = 21.80%
BLUE value IS 170 (66.80% from 255) = 38.20%
R=40%
G=21.80%
B=38.20%

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
Decimal1789717000.460.040.30305.9334.4753.92
HexB261AA02E41E1322236
Octal2621412520564364624266
Binary10110010110000110101010010111010011110100110010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B261AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B261AA; }

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

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

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

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

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

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

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

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