#B062B1

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

Shades of Violet Blue #B062B1

Tints of Violet Blue #B062B1

Color information

#B062B1 (or 0xB062B1) is unknown color: approx Violet Blue. HEX triplet: B0, 62 and B1. RGB value is (176,98,177). Sum of RGB (Red+Green+Blue) = 176+98+177=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 98 (38.67% from 255 or 21.73% from 451); Blue value is 177 (69.53% from 255 or 39.25% from 451); Max value from RGB is 177 - color contains mainly: blue. Hex color #B062B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B062B1 is #4F9D4E. Grayscale: #828282. Windows color (decimal): -5217615 or 11625136. OLE color: 11625136.

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

Color convert

RGB17698177-
CMYK0.010.4500.31
HSL299.24º33.62%53.92%-
HSV(B)299.24º44.63%69.41%-
XYZ30.2121.1444.08-
YUV130.33154.34160.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.02%
GREEN value IS 98 (38.67% from 255) = 21.73%
BLUE value IS 177 (69.53% from 255) = 39.25%
R=39.02%
G=21.73%
B=39.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176981770.010.4500.31299.2433.6253.92
HexB062B112D01F12b2236
Octal2601422611550374534266
Binary101100001100010101100011101101011111100101011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B062B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B062B1; }

 p { color: rgb(176,98,177); }

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

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

 a { background-color: rgb(176,98,177); }

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

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

 span { border-color: rgb(176,98,177); }

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