#B65EA2

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

Shades of Violet Blue #B65EA2

Tints of Violet Blue #B65EA2

Color information

#B65EA2 (or 0xB65EA2) is unknown color: approx Violet Blue. HEX triplet: B6, 5E and A2. RGB value is (182,94,162). Sum of RGB (Red+Green+Blue) = 182+94+162=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 94 (37.11% from 255 or 21.46% from 438); Blue value is 162 (63.67% from 255 or 36.99% from 438); Max value from RGB is 182 - color contains mainly: red. Hex color #B65EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65EA2 is #49A15D. Grayscale: #7F7F7F. Windows color (decimal): -4825438 or 10641078. OLE color: 10641078.

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

Color convert

RGB18294162-
CMYK00.480.110.29
HSL313.64º37.61%54.12%-
HSV(B)313.64º48.35%71.37%-
XYZ29.8220.5636.58-
YUV128.06147.15166.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.55%
GREEN value IS 94 (37.11% from 255) = 21.46%
BLUE value IS 162 (63.67% from 255) = 36.99%
R=41.55%
G=21.46%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829416200.480.110.29313.6437.6154.12
HexB65EA2030B1D13a2636
Octal26613624206013354724666
Binary101101101011110101000100110000101111101100111010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65EA2; }

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

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

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

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

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

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

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

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