#B65BA6

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

Shades of Violet Blue #B65BA6

Tints of Violet Blue #B65BA6

Color information

#B65BA6 (or 0xB65BA6) is unknown color: approx Violet Blue. HEX triplet: B6, 5B and A6. RGB value is (182,91,166). Sum of RGB (Red+Green+Blue) = 182+91+166=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 91 (35.94% from 255 or 20.73% from 439); Blue value is 166 (65.23% from 255 or 37.81% from 439); Max value from RGB is 182 - color contains mainly: red. Hex color #B65BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65BA6 is #49A459. Grayscale: #7E7E7E. Windows color (decimal): -4826202 or 10902454. OLE color: 10902454.

HSL color Cylindrical-coordinate representation of color #B65BA6: hue angle of 310.55º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B65BA6 is Cyan = 0, Magento = 0.5, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB18291166-
CMYK00.50.090.29
HSL310.55º38.4%53.53%-
HSV(B)310.55º50%71.37%-
XYZ29.9220.1838.39-
YUV126.76150.15167.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.46%
GREEN value IS 91 (35.94% from 255) = 20.73%
BLUE value IS 166 (65.23% from 255) = 37.81%
R=41.46%
G=20.73%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829116600.50.090.29310.5538.453.53
HexB65BA603291D1372636
Octal26613324606211354674666
Binary101101101011011101001100110010100111101100110111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65BA6; }

 p { color: rgb(182,91,166); }

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

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

 a { background-color: rgb(182,91,166); }

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

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

 span { border-color: rgb(182,91,166); }

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