#B260AC

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

Shades of Violet Blue #B260AC

Tints of Violet Blue #B260AC

Color information

#B260AC (or 0xB260AC) is unknown color: approx Violet Blue. HEX triplet: B2, 60 and AC. RGB value is (178,96,172). Sum of RGB (Red+Green+Blue) = 178+96+172=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 178 - color contains mainly: red. Hex color #B260AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B260AC is #4D9F53. Grayscale: #808080. Windows color (decimal): -5087060 or 11296946. OLE color: 11296946.

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

Color convert

RGB17896172-
CMYK00.460.030.30
HSL304.39º34.75%53.73%-
HSV(B)304.39º46.07%69.8%-
XYZ29.9920.8141.47-
YUV129.18152.17162.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.91%
GREEN value IS 96 (37.89% from 255) = 21.52%
BLUE value IS 172 (67.58% from 255) = 38.57%
R=39.91%
G=21.52%
B=38.57%

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
Decimal1789617200.460.030.30304.3934.7553.73
HexB260AC02E31E1302336
Octal2621402540563364604366
Binary1011001011000001010110001011101111110100110000100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B260AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B260AC; }

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

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

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

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

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

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

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

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