#B65BA9

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

Shades of Violet Blue #B65BA9

Tints of Violet Blue #B65BA9

Color information

#B65BA9 (or 0xB65BA9) is unknown color: approx Violet Blue. HEX triplet: B6, 5B and A9. RGB value is (182,91,169). Sum of RGB (Red+Green+Blue) = 182+91+169=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 91 (35.94% from 255 or 20.59% from 442); Blue value is 169 (66.41% from 255 or 38.24% from 442); Max value from RGB is 182 - color contains mainly: red. Hex color #B65BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65BA9 is #49A456. Grayscale: #7E7E7E. Windows color (decimal): -4826199 or 11099062. OLE color: 11099062.

HSL color Cylindrical-coordinate representation of color #B65BA9: hue angle of 308.57º 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 #B65BA9 is Cyan = 0, Magento = 0.5, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB18291169-
CMYK00.50.070.29
HSL308.57º38.4%53.53%-
HSV(B)308.57º50%71.37%-
XYZ30.1920.2939.86-
YUV127.1151.65167.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.18%
GREEN value IS 91 (35.94% from 255) = 20.59%
BLUE value IS 169 (66.41% from 255) = 38.24%
R=41.18%
G=20.59%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829116900.50.070.29308.5738.453.53
HexB65BA903271D1352636
Octal2661332510627354654666
Binary10110110101101110101001011001011111101100110101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65BA9; }

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

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

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

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

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

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

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

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