#B065A1

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

Shades of Violet Blue #B065A1

Tints of Violet Blue #B065A1

Color information

#B065A1 (or 0xB065A1) is unknown color: approx Violet Blue. HEX triplet: B0, 65 and A1. RGB value is (176,101,161). Sum of RGB (Red+Green+Blue) = 176+101+161=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 161 (63.28% from 255 or 36.76% from 438); Max value from RGB is 176 - color contains mainly: red. Hex color #B065A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B065A1 is #4F9A5E. Grayscale: #828282. Windows color (decimal): -5216863 or 10577328. OLE color: 10577328.

HSL color Cylindrical-coordinate representation of color #B065A1: hue angle of 312º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B065A1 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB176101161-
CMYK00.430.090.31
HSL312º32.19%54.31%-
HSV(B)312º42.61%69.02%-
XYZ28.9921.1136.26-
YUV130.26145.35160.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.18%
GREEN value IS 101 (39.84% from 255) = 23.06%
BLUE value IS 161 (63.28% from 255) = 36.76%
R=40.18%
G=23.06%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610116100.430.090.3131232.1954.31
HexB065A102B91F1382036
Octal26014524105311374704066
Binary101100001100101101000010101011100111111100111000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B065A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B065A1; }

 p { color: rgb(176,101,161); }

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

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

 a { background-color: rgb(176,101,161); }

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

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

 span { border-color: rgb(176,101,161); }

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