#B264AA

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

Shades of Violet Blue #B264AA

Tints of Violet Blue #B264AA

Color information

#B264AA (or 0xB264AA) is unknown color: approx Violet Blue. HEX triplet: B2, 64 and AA. RGB value is (178,100,170). Sum of RGB (Red+Green+Blue) = 178+100+170=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 178 - color contains mainly: red. Hex color #B264AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B264AA is #4D9B55. Grayscale: #838383. Windows color (decimal): -5086038 or 11166898. OLE color: 11166898.

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

Color convert

RGB178100170-
CMYK00.440.040.30
HSL306.15º33.62%54.51%-
HSV(B)306.15º43.82%69.8%-
XYZ30.1721.4840.59-
YUV131.3149.84161.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.73%
GREEN value IS 100 (39.45% from 255) = 22.32%
BLUE value IS 170 (66.80% from 255) = 37.95%
R=39.73%
G=22.32%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810017000.440.040.30306.1533.6254.51
HexB264AA02C41E1322237
Octal2621442520544364624267
Binary10110010110010010101010010110010011110100110010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B264AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B264AA; }

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

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

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

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

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

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

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

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