#B065A3

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

Shades of Violet Blue #B065A3

Tints of Violet Blue #B065A3

Color information

#B065A3 (or 0xB065A3) is unknown color: approx Violet Blue. HEX triplet: B0, 65 and A3. RGB value is (176,101,163). Sum of RGB (Red+Green+Blue) = 176+101+163=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 163 (64.06% from 255 or 37.05% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B065A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B065A3 is #4F9A5C. Grayscale: #828282. Windows color (decimal): -5216861 or 10708400. OLE color: 10708400.

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

Color convert

RGB176101163-
CMYK00.430.070.31
HSL310.4º32.19%54.31%-
HSV(B)310.4º42.61%69.02%-
XYZ29.1721.1837.2-
YUV130.49146.35160.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40%
GREEN value IS 101 (39.84% from 255) = 22.95%
BLUE value IS 163 (64.06% from 255) = 37.05%
R=40%
G=22.95%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610116300.430.070.31310.432.1954.31
HexB065A302B71F1362036
Octal2601452430537374664066
Binary10110000110010110100011010101111111111100110110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B065A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B065A3; }

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

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

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

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

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

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

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

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