#B26BB0

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

Shades of Violet Blue #B26BB0

Tints of Violet Blue #B26BB0

Color information

#B26BB0 (or 0xB26BB0) is unknown color: approx Violet Blue. HEX triplet: B2, 6B and B0. RGB value is (178,107,176). Sum of RGB (Red+Green+Blue) = 178+107+176=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 176 (69.14% from 255 or 38.18% from 461); Max value from RGB is 178 - color contains mainly: red. Hex color #B26BB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26BB0 is #4D944F. Grayscale: #878787. Windows color (decimal): -5084240 or 11561906. OLE color: 11561906.

HSL color Cylindrical-coordinate representation of color #B26BB0: hue angle of 301.69º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B26BB0 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB178107176-
CMYK00.400.010.30
HSL301.69º31.56%55.88%-
HSV(B)301.69º39.89%69.8%-
XYZ31.4523.1143.88-
YUV136.1150.52157.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.61%
GREEN value IS 107 (42.19% from 255) = 23.21%
BLUE value IS 176 (69.14% from 255) = 38.18%
R=38.61%
G=23.21%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810717600.400.010.30301.6931.5655.88
HexB26BB002811E12e2038
Octal2621532600501364564070
Binary101100101101011101100000101000111110100101110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26BB0; }

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

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

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

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

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

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

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

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