#B062A5

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

Shades of Violet Blue #B062A5

Tints of Violet Blue #B062A5

Color information

#B062A5 (or 0xB062A5) is unknown color: approx Violet Blue. HEX triplet: B0, 62 and A5. RGB value is (176,98,165). Sum of RGB (Red+Green+Blue) = 176+98+165=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 98 (38.67% from 255 or 22.32% from 439); Blue value is 165 (64.84% from 255 or 37.59% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B062A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B062A5 is #4F9D5A. Grayscale: #808080. Windows color (decimal): -5217627 or 10838704. OLE color: 10838704.

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

Color convert

RGB17698165-
CMYK00.440.060.31
HSL308.46º33.05%53.73%-
HSV(B)308.46º44.32%69.02%-
XYZ29.0620.6838.06-
YUV128.96148.34161.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.09%
GREEN value IS 98 (38.67% from 255) = 22.32%
BLUE value IS 165 (64.84% from 255) = 37.59%
R=40.09%
G=22.32%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769816500.440.060.31308.4633.0553.73
HexB062A502C61F1342136
Octal2601422450546374644166
Binary10110000110001010100101010110011011111100110100100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B062A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B062A5; }

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

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

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

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

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

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

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

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