#B05DA7

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

Shades of Violet Blue #B05DA7

Tints of Violet Blue #B05DA7

Color information

#B05DA7 (or 0xB05DA7) is unknown color: approx Violet Blue. HEX triplet: B0, 5D and A7. RGB value is (176,93,167). Sum of RGB (Red+Green+Blue) = 176+93+167=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 93 (36.72% from 255 or 21.33% from 436); Blue value is 167 (65.62% from 255 or 38.30% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B05DA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05DA7 is #4FA258. Grayscale: #7E7E7E. Windows color (decimal): -5218905 or 10968496. OLE color: 10968496.

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

Color convert

RGB17693167-
CMYK00.470.050.31
HSL306.51º34.44%52.75%-
HSV(B)306.51º47.16%69.02%-
XYZ28.7919.8538.87-
YUV126.25151163.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.37%
GREEN value IS 93 (36.72% from 255) = 21.33%
BLUE value IS 167 (65.62% from 255) = 38.30%
R=40.37%
G=21.33%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769316700.470.050.31306.5134.4452.75
HexB05DA702F51F1332235
Octal2601352470575374634265
Binary10110000101110110100111010111110111111100110011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05DA7; }

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

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

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

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

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

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

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

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