#B26FAA

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

Shades of Violet Blue #B26FAA

Tints of Violet Blue #B26FAA

Color information

#B26FAA (or 0xB26FAA) is unknown color: approx Violet Blue. HEX triplet: B2, 6F and AA. RGB value is (178,111,170). Sum of RGB (Red+Green+Blue) = 178+111+170=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 178 - color contains mainly: red. Hex color #B26FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26FAA is #4D9055. Grayscale: #898989. Windows color (decimal): -5083222 or 11169714. OLE color: 11169714.

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

Color convert

RGB178111170-
CMYK00.380.040.30
HSL307.16º30.32%56.67%-
HSV(B)307.16º37.64%69.8%-
XYZ31.323.7440.96-
YUV137.76146.2156.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.78%
GREEN value IS 111 (43.75% from 255) = 24.18%
BLUE value IS 170 (66.80% from 255) = 37.04%
R=38.78%
G=24.18%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811117000.380.040.30307.1630.3256.67
HexB26FAA02641E1331e39
Octal2621572520464364633671
Binary1011001011011111010101001001101001111010011001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26FAA; }

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

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

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

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

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

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

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

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