#B65FA2

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

Shades of Violet Blue #B65FA2

Tints of Violet Blue #B65FA2

Color information

#B65FA2 (or 0xB65FA2) is unknown color: approx Violet Blue. HEX triplet: B6, 5F and A2. RGB value is (182,95,162). Sum of RGB (Red+Green+Blue) = 182+95+162=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 162 (63.67% from 255 or 36.90% from 439); Max value from RGB is 182 - color contains mainly: red. Hex color #B65FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65FA2 is #49A05D. Grayscale: #808080. Windows color (decimal): -4825182 or 10641334. OLE color: 10641334.

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

Color convert

RGB18295162-
CMYK00.480.110.29
HSL313.79º37.34%54.31%-
HSV(B)313.79º47.8%71.37%-
XYZ29.9120.7436.61-
YUV128.65146.82166.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.46%
GREEN value IS 95 (37.5% from 255) = 21.64%
BLUE value IS 162 (63.67% from 255) = 36.90%
R=41.46%
G=21.64%
B=36.90%

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
Decimal1829516200.480.110.29313.7937.3454.31
HexB65FA2030B1D13a2536
Octal26613724206013354724566
Binary101101101011111101000100110000101111101100111010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65FA2; }

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

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

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

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

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

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

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

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