#B260A6

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

Shades of Violet Blue #B260A6

Tints of Violet Blue #B260A6

Color information

#B260A6 (or 0xB260A6) is unknown color: approx Violet Blue. HEX triplet: B2, 60 and A6. RGB value is (178,96,166). Sum of RGB (Red+Green+Blue) = 178+96+166=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 166 (65.23% from 255 or 37.73% from 440); Max value from RGB is 178 - color contains mainly: red. Hex color #B260A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B260A6 is #4D9F59. Grayscale: #808080. Windows color (decimal): -5087066 or 10903730. OLE color: 10903730.

HSL color Cylindrical-coordinate representation of color #B260A6: hue angle of 308.78º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B260A6 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB17896166-
CMYK00.460.070.30
HSL308.78º34.75%53.73%-
HSV(B)308.78º46.07%69.8%-
XYZ29.4320.5838.5-
YUV128.5149.17163.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.45%
GREEN value IS 96 (37.89% from 255) = 21.82%
BLUE value IS 166 (65.23% from 255) = 37.73%
R=40.45%
G=21.82%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789616600.460.070.30308.7834.7553.73
HexB260A602E71E1352336
Octal2621402460567364654366
Binary10110010110000010100110010111011111110100110101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B260A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B260A6; }

 p { color: rgb(178,96,166); }

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

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

 a { background-color: rgb(178,96,166); }

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

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

 span { border-color: rgb(178,96,166); }

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