#B26EA7

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

Shades of Violet Blue #B26EA7

Tints of Violet Blue #B26EA7

Color information

#B26EA7 (or 0xB26EA7) is unknown color: approx Violet Blue. HEX triplet: B2, 6E and A7. RGB value is (178,110,167). Sum of RGB (Red+Green+Blue) = 178+110+167=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 167 (65.62% from 255 or 36.70% from 455); Max value from RGB is 178 - color contains mainly: red. Hex color #B26EA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26EA7 is #4D9158. Grayscale: #888888. Windows color (decimal): -5083481 or 10972850. OLE color: 10972850.

HSL color Cylindrical-coordinate representation of color #B26EA7: hue angle of 309.71º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B26EA7 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB178110167-
CMYK00.380.060.30
HSL309.71º30.63%56.47%-
HSV(B)309.71º38.2%69.8%-
XYZ30.9123.4139.45-
YUV136.83145.03157.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.12%
GREEN value IS 110 (43.36% from 255) = 24.18%
BLUE value IS 167 (65.62% from 255) = 36.70%
R=39.12%
G=24.18%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811016700.380.060.30309.7130.6356.47
HexB26EA702661E1361f38
Octal2621562470466364663770
Binary1011001011011101010011101001101101111010011011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26EA7; }

 p { color: rgb(178,110,167); }

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

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

 a { background-color: rgb(178,110,167); }

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

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

 span { border-color: rgb(178,110,167); }

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