#B264AF

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

Shades of Violet Blue #B264AF

Tints of Violet Blue #B264AF

Color information

#B264AF (or 0xB264AF) is unknown color: approx Violet Blue. HEX triplet: B2, 64 and AF. RGB value is (178,100,175). Sum of RGB (Red+Green+Blue) = 178+100+175=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 100 (39.45% from 255 or 22.08% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 178 - color contains mainly: red. Hex color #B264AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B264AF is #4D9B50. Grayscale: #838383. Windows color (decimal): -5086033 or 11494578. OLE color: 11494578.

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

Color convert

RGB178100175-
CMYK00.440.020.30
HSL302.31º33.62%54.51%-
HSV(B)302.31º43.82%69.8%-
XYZ30.6621.6743.13-
YUV131.87152.34160.9-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.29%
GREEN value IS 100 (39.45% from 255) = 22.08%
BLUE value IS 175 (68.75% from 255) = 38.63%
R=39.29%
G=22.08%
B=38.63%

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
Decimal17810017500.440.020.30302.3133.6254.51
HexB264AF02C21E12e2237
Octal2621442570542364564267
Binary1011001011001001010111101011001011110100101110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B264AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B264AF; }

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

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

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

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

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

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

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

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