#B05DAD

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

Shades of Violet Blue #B05DAD

Tints of Violet Blue #B05DAD

Color information

#B05DAD (or 0xB05DAD) is unknown color: approx Violet Blue. HEX triplet: B0, 5D and AD. RGB value is (176,93,173). Sum of RGB (Red+Green+Blue) = 176+93+173=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 176 - color contains mainly: red. Hex color #B05DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05DAD is #4FA252. Grayscale: #7E7E7E. Windows color (decimal): -5218899 or 11361712. OLE color: 11361712.

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

Color convert

RGB17693173-
CMYK00.470.020.31
HSL302.17º34.44%52.75%-
HSV(B)302.17º47.16%69.02%-
XYZ29.3620.0841.86-
YUV126.94154163-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.82%
GREEN value IS 93 (36.72% from 255) = 21.04%
BLUE value IS 173 (67.97% from 255) = 39.14%
R=39.82%
G=21.04%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769317300.470.020.31302.1734.4452.75
HexB05DAD02F21F12e2235
Octal2601352550572374564265
Binary1011000010111011010110101011111011111100101110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05DAD; }

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

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

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

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

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

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

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

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