#B65EAA

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

Shades of Violet Blue #B65EAA

Tints of Violet Blue #B65EAA

Color information

#B65EAA (or 0xB65EAA) is unknown color: approx Violet Blue. HEX triplet: B6, 5E and AA. RGB value is (182,94,170). Sum of RGB (Red+Green+Blue) = 182+94+170=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 182 - color contains mainly: red. Hex color #B65EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65EAA is #49A155. Grayscale: #808080. Windows color (decimal): -4825430 or 11165366. OLE color: 11165366.

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

Color convert

RGB18294170-
CMYK00.480.070.29
HSL308.18º37.61%54.12%-
HSV(B)308.18º48.35%71.37%-
XYZ30.5520.8540.45-
YUV128.98151.15165.82-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.81%
GREEN value IS 94 (37.11% from 255) = 21.08%
BLUE value IS 170 (66.80% from 255) = 38.12%
R=40.81%
G=21.08%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829417000.480.070.29308.1837.6154.12
HexB65EAA03071D1342636
Octal2661362520607354644666
Binary10110110101111010101010011000011111101100110100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65EAA; }

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

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

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

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

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

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

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

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