#B260B0

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

Shades of Violet Blue #B260B0

Tints of Violet Blue #B260B0

Color information

#B260B0 (or 0xB260B0) is unknown color: approx Violet Blue. HEX triplet: B2, 60 and B0. RGB value is (178,96,176). Sum of RGB (Red+Green+Blue) = 178+96+176=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 176 (69.14% from 255 or 39.11% from 450); Max value from RGB is 178 - color contains mainly: red. Hex color #B260B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B260B0 is #4D9F4F. Grayscale: #818181. Windows color (decimal): -5087056 or 11559090. OLE color: 11559090.

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

Color convert

RGB17896176-
CMYK00.460.010.30
HSL301.46º34.75%53.73%-
HSV(B)301.46º46.07%69.8%-
XYZ30.3820.9743.52-
YUV129.64154.17162.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.56%
GREEN value IS 96 (37.89% from 255) = 21.33%
BLUE value IS 176 (69.14% from 255) = 39.11%
R=39.56%
G=21.33%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789617600.460.010.30301.4634.7553.73
HexB260B002E11E12d2336
Octal2621402600561364554366
Binary101100101100000101100000101110111110100101101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B260B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B260B0; }

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

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

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

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

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

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

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

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