#880BF6

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

Shades of Blue Violet #880BF6

Tints of Blue Violet #880BF6

Color information

#880BF6 (or 0x880BF6) is unknown color: approx Blue Violet. HEX triplet: 88, 0B and F6. RGB value is (136,11,246). Sum of RGB (Red+Green+Blue) = 136+11+246=393 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.61% from 393); Green value is 11 (4.69% from 255 or 2.80% from 393); Blue value is 246 (96.48% from 255 or 62.60% from 393); Max value from RGB is 246 - color contains mainly: blue. Hex color #880BF6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880BF6 is #77F409. Grayscale: #4A4A4A. Windows color (decimal): -7861258 or 16124808. OLE color: 16124808.

HSL color Cylindrical-coordinate representation of color #880BF6: hue angle of 271.91º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880BF6 is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB13611246-
CMYK0.450.9600.04
HSL271.91º92.89%50.39%-
HSV(B)271.91º95.53%96.47%-
XYZ26.9112.1388.11-
YUV75.17224.41171.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.61%
GREEN value IS 11 (4.69% from 255) = 2.80%
BLUE value IS 246 (96.48% from 255) = 62.60%
R=34.61%
G=2.80%
B=62.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal136112460.450.9600.04271.9192.8950.39
Hex88BF62D60041105d32
Octal21013366551400442013562
Binary10001000101111110110101101110000001001000100001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880BF6; }

 p { color: rgb(136,11,246); }

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

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

 a { background-color: rgb(136,11,246); }

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

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

 span { border-color: rgb(136,11,246); }

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