#B264AE

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

Shades of Violet Blue #B264AE

Tints of Violet Blue #B264AE

Color information

#B264AE (or 0xB264AE) is unknown color: approx Violet Blue. HEX triplet: B2, 64 and AE. RGB value is (178,100,174). Sum of RGB (Red+Green+Blue) = 178+100+174=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 178 - color contains mainly: red. Hex color #B264AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B264AE is #4D9B51. Grayscale: #838383. Windows color (decimal): -5086034 or 11429042. OLE color: 11429042.

HSL color Cylindrical-coordinate representation of color #B264AE: hue angle of 303.08º 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 #B264AE is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB178100174-
CMYK00.440.020.30
HSL303.08º33.62%54.51%-
HSV(B)303.08º43.82%69.8%-
XYZ30.5621.6442.61-
YUV131.76151.84160.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.38%
GREEN value IS 100 (39.45% from 255) = 22.12%
BLUE value IS 174 (68.36% from 255) = 38.50%
R=39.38%
G=22.12%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810017400.440.020.30303.0833.6254.51
HexB264AE02C21E12f2237
Octal2621442560542364574267
Binary1011001011001001010111001011001011110100101111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B264AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B264AE; }

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

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

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

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

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

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

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

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