#B65AAA

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

Shades of Violet Blue #B65AAA

Tints of Violet Blue #B65AAA

Color information

#B65AAA (or 0xB65AAA) is unknown color: approx Violet Blue. HEX triplet: B6, 5A and AA. RGB value is (182,90,170). Sum of RGB (Red+Green+Blue) = 182+90+170=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 182 - color contains mainly: red. Hex color #B65AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65AAA is #49A555. Grayscale: #7E7E7E. Windows color (decimal): -4826454 or 11164342. OLE color: 11164342.

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

Color convert

RGB18290170-
CMYK00.510.070.29
HSL307.83º38.66%53.33%-
HSV(B)307.83º50.55%71.37%-
XYZ30.220.1640.33-
YUV126.63152.48167.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.18%
GREEN value IS 90 (35.55% from 255) = 20.36%
BLUE value IS 170 (66.80% from 255) = 38.46%
R=41.18%
G=20.36%
B=38.46%

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
Decimal1829017000.510.070.29307.8338.6653.33
HexB65AAA03371D1342735
Octal2661322520637354644765
Binary10110110101101010101010011001111111101100110100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65AAA; }

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

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

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

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

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

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

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

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