#B260AD

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

Shades of Violet Blue #B260AD

Tints of Violet Blue #B260AD

Color information

#B260AD (or 0xB260AD) is unknown color: approx Violet Blue. HEX triplet: B2, 60 and AD. RGB value is (178,96,173). Sum of RGB (Red+Green+Blue) = 178+96+173=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 178 - color contains mainly: red. Hex color #B260AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B260AD is #4D9F52. Grayscale: #818181. Windows color (decimal): -5087059 or 11362482. OLE color: 11362482.

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

Color convert

RGB17896173-
CMYK00.460.030.30
HSL303.66º34.75%53.73%-
HSV(B)303.66º46.07%69.8%-
XYZ30.0920.8541.97-
YUV129.3152.67162.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.82%
GREEN value IS 96 (37.89% from 255) = 21.48%
BLUE value IS 173 (67.97% from 255) = 38.70%
R=39.82%
G=21.48%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789617300.460.030.30303.6634.7553.73
HexB260AD02E31E1302336
Octal2621402550563364604366
Binary1011001011000001010110101011101111110100110000100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B260AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B260AD; }

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

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

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

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

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

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

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

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