#B063B2

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

Shades of Violet Blue #B063B2

Tints of Violet Blue #B063B2

Color information

#B063B2 (or 0xB063B2) is unknown color: approx Violet Blue. HEX triplet: B0, 63 and B2. RGB value is (176,99,178). Sum of RGB (Red+Green+Blue) = 176+99+178=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 99 (39.06% from 255 or 21.85% from 453); Blue value is 178 (69.92% from 255 or 39.29% from 453); Max value from RGB is 178 - color contains mainly: blue. Hex color #B063B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B063B2 is #4F9C4D. Grayscale: #828282. Windows color (decimal): -5217358 or 11690928. OLE color: 11690928.

HSL color Cylindrical-coordinate representation of color #B063B2: hue angle of 298.48º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B063B2 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17699178-
CMYK0.010.4400.30
HSL298.48º33.91%54.31%-
HSV(B)298.48º44.38%69.8%-
XYZ30.421.3744.64-
YUV131.03154.51160.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.85%
GREEN value IS 99 (39.06% from 255) = 21.85%
BLUE value IS 178 (69.92% from 255) = 39.29%
R=38.85%
G=21.85%
B=39.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal176991780.010.4400.30298.4833.9154.31
HexB063B212C01E12a2236
Octal2601432621540364524266
Binary101100001100011101100101101100011110100101010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B063B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B063B2; }

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

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

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

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

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

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

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

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