#B063AD

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

Shades of Violet Blue #B063AD

Tints of Violet Blue #B063AD

Color information

#B063AD (or 0xB063AD) is unknown color: approx Violet Blue. HEX triplet: B0, 63 and AD. RGB value is (176,99,173). Sum of RGB (Red+Green+Blue) = 176+99+173=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 99 (39.06% from 255 or 22.10% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B063AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B063AD is #4F9C52. Grayscale: #828282. Windows color (decimal): -5217363 or 11363248. OLE color: 11363248.

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

Color convert

RGB17699173-
CMYK00.440.020.31
HSL302.34º32.77%53.92%-
HSV(B)302.34º43.75%69.02%-
XYZ29.9121.1742.05-
YUV130.46152.01160.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.29%
GREEN value IS 99 (39.06% from 255) = 22.10%
BLUE value IS 173 (67.97% from 255) = 38.62%
R=39.29%
G=22.10%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769917300.440.020.31302.3432.7753.92
HexB063AD02C21F12e2136
Octal2601432550542374564166
Binary1011000011000111010110101011001011111100101110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B063AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B063AD; }

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

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

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

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

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

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

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

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