#B26DA7

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

Shades of Violet Blue #B26DA7

Tints of Violet Blue #B26DA7

Color information

#B26DA7 (or 0xB26DA7) is unknown color: approx Violet Blue. HEX triplet: B2, 6D and A7. RGB value is (178,109,167). Sum of RGB (Red+Green+Blue) = 178+109+167=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 167 (65.62% from 255 or 36.78% from 454); Max value from RGB is 178 - color contains mainly: red. Hex color #B26DA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26DA7 is #4D9258. Grayscale: #888888. Windows color (decimal): -5083737 or 10972594. OLE color: 10972594.

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

Color convert

RGB178109167-
CMYK00.390.060.30
HSL309.57º30.94%56.27%-
HSV(B)309.57º38.76%69.8%-
XYZ30.823.1939.41-
YUV136.24145.36157.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.21%
GREEN value IS 109 (42.97% from 255) = 24.01%
BLUE value IS 167 (65.62% from 255) = 36.78%
R=39.21%
G=24.01%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810916700.390.060.30309.5730.9456.27
HexB26DA702761E1361f38
Octal2621552470476364663770
Binary1011001011011011010011101001111101111010011011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26DA7; }

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

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

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

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

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

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

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

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