#B65AA9

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

Shades of Violet Blue #B65AA9

Tints of Violet Blue #B65AA9

Color information

#B65AA9 (or 0xB65AA9) is unknown color: approx Violet Blue. HEX triplet: B6, 5A and A9. RGB value is (182,90,169). Sum of RGB (Red+Green+Blue) = 182+90+169=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 169 (66.41% from 255 or 38.32% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B65AA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65AA9 is #49A556. Grayscale: #7E7E7E. Windows color (decimal): -4826455 or 11098806. OLE color: 11098806.

HSL color Cylindrical-coordinate representation of color #B65AA9: hue angle of 308.48º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B65AA9 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB18290169-
CMYK00.510.070.29
HSL308.48º38.66%53.33%-
HSV(B)308.48º50.55%71.37%-
XYZ30.1120.1239.83-
YUV126.51151.98167.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.27%
GREEN value IS 90 (35.55% from 255) = 20.41%
BLUE value IS 169 (66.41% from 255) = 38.32%
R=41.27%
G=20.41%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829016900.510.070.29308.4838.6653.33
HexB65AA903371D1342735
Octal2661322510637354644765
Binary10110110101101010101001011001111111101100110100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65AA9; }

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

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

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

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

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

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

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

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