#B26199

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

Shades of Violet Blue #B26199

Tints of Violet Blue #B26199

Color information

#B26199 (or 0xB26199) is unknown color: approx Violet Blue. HEX triplet: B2, 61 and 99. RGB value is (178,97,153). Sum of RGB (Red+Green+Blue) = 178+97+153=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 178 - color contains mainly: red. Hex color #B26199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26199 is #4D9E66. Grayscale: #7F7F7F. Windows color (decimal): -5086823 or 10052018. OLE color: 10052018.

HSL color Cylindrical-coordinate representation of color #B26199: hue angle of 318.52º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B26199 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB17897153-
CMYK00.460.140.30
HSL318.52º34.47%53.92%-
HSV(B)318.52º45.51%69.8%-
XYZ28.3820.3132.56-
YUV127.6142.34163.95-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.59%
GREEN value IS 97 (38.28% from 255) = 22.66%
BLUE value IS 153 (60.16% from 255) = 35.75%
R=41.59%
G=22.66%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789715300.460.140.30318.5234.4753.92
HexB2619902EE1E13f2236
Octal26214123105616364774266
Binary101100101100001100110010101110111011110100111111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26199; }

 p { color: rgb(178,97,153); }

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

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

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

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

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

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

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