#B063AA

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

Shades of Violet Blue #B063AA

Tints of Violet Blue #B063AA

Color information

#B063AA (or 0xB063AA) is unknown color: approx Violet Blue. HEX triplet: B0, 63 and AA. RGB value is (176,99,170). Sum of RGB (Red+Green+Blue) = 176+99+170=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 99 (39.06% from 255 or 22.25% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 176 - color contains mainly: red. Hex color #B063AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B063AA is #4F9C55. Grayscale: #818181. Windows color (decimal): -5217366 or 11166640. OLE color: 11166640.

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

Color convert

RGB17699170-
CMYK00.440.030.31
HSL304.68º32.77%53.92%-
HSV(B)304.68º43.75%69.02%-
XYZ29.6221.0640.53-
YUV130.12150.51160.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.55%
GREEN value IS 99 (39.06% from 255) = 22.25%
BLUE value IS 170 (66.80% from 255) = 38.20%
R=39.55%
G=22.25%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769917000.440.030.31304.6832.7753.92
HexB063AA02C31F1312136
Octal2601432520543374614166
Binary1011000011000111010101001011001111111100110001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B063AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B063AA; }

 p { color: rgb(176,99,170); }

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

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

 a { background-color: rgb(176,99,170); }

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

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

 span { border-color: rgb(176,99,170); }

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