#B26CB2

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

Shades of Violet Blue #B26CB2

Tints of Violet Blue #B26CB2

Color information

#B26CB2 (or 0xB26CB2) is unknown color: approx Violet Blue. HEX triplet: B2, 6C and B2. RGB value is (178,108,178). Sum of RGB (Red+Green+Blue) = 178+108+178=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 178 (69.92% from 255 or 38.36% from 464); Max value from RGB is 178 - color contains mainly: red, blue. Hex color #B26CB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26CB2 is #4D934D. Grayscale: #888888. Windows color (decimal): -5083982 or 11693234. OLE color: 11693234.

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

Color convert

RGB178108178-
CMYK00.3900.30
HSL300º31.25%56.08%-
HSV(B)300º39.33%69.8%-
XYZ31.7623.444.96-
YUV136.91151.19157.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.36%
GREEN value IS 108 (42.58% from 255) = 23.28%
BLUE value IS 178 (69.92% from 255) = 38.36%
R=38.36%
G=23.28%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810817800.3900.3030031.2556.08
HexB26CB202701E12c1f38
Octal2621542620470364543770
Binary10110010110110010110010010011101111010010110011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26CB2; }

 p { color: rgb(178,108,178); }

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

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

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

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

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

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

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