#B260AF

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

Shades of Violet Blue #B260AF

Tints of Violet Blue #B260AF

Color information

#B260AF (or 0xB260AF) is unknown color: approx Violet Blue. HEX triplet: B2, 60 and AF. RGB value is (178,96,175). Sum of RGB (Red+Green+Blue) = 178+96+175=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 178 - color contains mainly: red. Hex color #B260AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B260AF is #4D9F50. Grayscale: #818181. Windows color (decimal): -5087057 or 11493554. OLE color: 11493554.

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

Color convert

RGB17896175-
CMYK00.460.020.30
HSL302.2º34.75%53.73%-
HSV(B)302.2º46.07%69.8%-
XYZ30.2820.9343-
YUV129.52153.67162.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.64%
GREEN value IS 96 (37.89% from 255) = 21.38%
BLUE value IS 175 (68.75% from 255) = 38.98%
R=39.64%
G=21.38%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789617500.460.020.30302.234.7553.73
HexB260AF02E21E12e2336
Octal2621402570562364564366
Binary1011001011000001010111101011101011110100101110100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B260AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B260AF; }

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

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

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

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

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

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

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

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