#B264A4

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

Shades of Violet Blue #B264A4

Tints of Violet Blue #B264A4

Color information

#B264A4 (or 0xB264A4) is unknown color: approx Violet Blue. HEX triplet: B2, 64 and A4. RGB value is (178,100,164). Sum of RGB (Red+Green+Blue) = 178+100+164=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 164 (64.45% from 255 or 37.10% from 442); Max value from RGB is 178 - color contains mainly: red. Hex color #B264A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B264A4 is #4D9B5B. Grayscale: #828282. Windows color (decimal): -5086044 or 10773682. OLE color: 10773682.

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

Color convert

RGB178100164-
CMYK00.440.080.30
HSL310.77º33.62%54.51%-
HSV(B)310.77º43.82%69.8%-
XYZ29.6221.2637.66-
YUV130.62146.84161.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.27%
GREEN value IS 100 (39.45% from 255) = 22.62%
BLUE value IS 164 (64.45% from 255) = 37.10%
R=40.27%
G=22.62%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810016400.440.080.30310.7733.6254.51
HexB264A402C81E1372237
Octal26214424405410364674267
Binary101100101100100101001000101100100011110100110111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B264A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B264A4; }

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

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

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

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

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

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

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

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