#B65EA9

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

Shades of Violet Blue #B65EA9

Tints of Violet Blue #B65EA9

Color information

#B65EA9 (or 0xB65EA9) is unknown color: approx Violet Blue. HEX triplet: B6, 5E and A9. RGB value is (182,94,169). Sum of RGB (Red+Green+Blue) = 182+94+169=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 94 (37.11% from 255 or 21.12% from 445); Blue value is 169 (66.41% from 255 or 37.98% from 445); Max value from RGB is 182 - color contains mainly: red. Hex color #B65EA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65EA9 is #49A156. Grayscale: #808080. Windows color (decimal): -4825431 or 11099830. OLE color: 11099830.

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

Color convert

RGB18294169-
CMYK00.480.070.29
HSL308.86º37.61%54.12%-
HSV(B)308.86º48.35%71.37%-
XYZ30.4620.8239.95-
YUV128.86150.65165.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.90%
GREEN value IS 94 (37.11% from 255) = 21.12%
BLUE value IS 169 (66.41% from 255) = 37.98%
R=40.90%
G=21.12%
B=37.98%

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
Decimal1829416900.480.070.29308.8637.6154.12
HexB65EA903071D1352636
Octal2661362510607354654666
Binary10110110101111010101001011000011111101100110101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65EA9; }

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

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

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

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

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

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

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

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