#B05DA3

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

Shades of Violet Blue #B05DA3

Tints of Violet Blue #B05DA3

Color information

#B05DA3 (or 0xB05DA3) is unknown color: approx Violet Blue. HEX triplet: B0, 5D and A3. RGB value is (176,93,163). Sum of RGB (Red+Green+Blue) = 176+93+163=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 163 (64.06% from 255 or 37.73% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B05DA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05DA3 is #4FA25C. Grayscale: #7D7D7D. Windows color (decimal): -5218909 or 10706352. OLE color: 10706352.

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

Color convert

RGB17693163-
CMYK00.470.070.31
HSL309.4º34.44%52.75%-
HSV(B)309.4º47.16%69.02%-
XYZ28.4319.736.96-
YUV125.8149163.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.74%
GREEN value IS 93 (36.72% from 255) = 21.53%
BLUE value IS 163 (64.06% from 255) = 37.73%
R=40.74%
G=21.53%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769316300.470.070.31309.434.4452.75
HexB05DA302F71F1352235
Octal2601352430577374654265
Binary10110000101110110100011010111111111111100110101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05DA3; }

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

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

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

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

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

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

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

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