#B65CAA

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

Shades of Violet Blue #B65CAA

Tints of Violet Blue #B65CAA

Color information

#B65CAA (or 0xB65CAA) is unknown color: approx Violet Blue. HEX triplet: B6, 5C and AA. RGB value is (182,92,170). Sum of RGB (Red+Green+Blue) = 182+92+170=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B65CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65CAA is #49A355. Grayscale: #7F7F7F. Windows color (decimal): -4825942 or 11164854. OLE color: 11164854.

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

Color convert

RGB18292170-
CMYK00.490.070.29
HSL308º38.14%53.73%-
HSV(B)308º49.45%71.37%-
XYZ30.3720.540.39-
YUV127.8151.82166.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.99%
GREEN value IS 92 (36.33% from 255) = 20.72%
BLUE value IS 170 (66.80% from 255) = 38.29%
R=40.99%
G=20.72%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829217000.490.070.2930838.1453.73
HexB65CAA03171D1342636
Octal2661342520617354644666
Binary10110110101110010101010011000111111101100110100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65CAA; }

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

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

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

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

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

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

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

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