#B065A9

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

Shades of Violet Blue #B065A9

Tints of Violet Blue #B065A9

Color information

#B065A9 (or 0xB065A9) is unknown color: approx Violet Blue. HEX triplet: B0, 65 and A9. RGB value is (176,101,169). Sum of RGB (Red+Green+Blue) = 176+101+169=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 169 (66.41% from 255 or 37.89% from 446); Max value from RGB is 176 - color contains mainly: red. Hex color #B065A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B065A9 is #4F9A56. Grayscale: #828282. Windows color (decimal): -5216855 or 11101616. OLE color: 11101616.

HSL color Cylindrical-coordinate representation of color #B065A9: hue angle of 305.6º 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 #B065A9 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB176101169-
CMYK00.430.040.31
HSL305.6º32.19%54.31%-
HSV(B)305.6º42.61%69.02%-
XYZ29.7221.440.1-
YUV131.18149.35159.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.46%
GREEN value IS 101 (39.84% from 255) = 22.65%
BLUE value IS 169 (66.41% from 255) = 37.89%
R=39.46%
G=22.65%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610116900.430.040.31305.632.1954.31
HexB065A902B41F1322036
Octal2601452510534374624066
Binary10110000110010110101001010101110011111100110010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B065A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B065A9; }

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

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

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

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

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

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

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

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