#B05BA7

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

Shades of Violet Blue #B05BA7

Tints of Violet Blue #B05BA7

Color information

#B05BA7 (or 0xB05BA7) is unknown color: approx Violet Blue. HEX triplet: B0, 5B and A7. RGB value is (176,91,167). Sum of RGB (Red+Green+Blue) = 176+91+167=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 91 (35.94% from 255 or 20.97% from 434); Blue value is 167 (65.62% from 255 or 38.48% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B05BA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05BA7 is #4FA458. Grayscale: #7C7C7C. Windows color (decimal): -5219417 or 10967984. OLE color: 10967984.

HSL color Cylindrical-coordinate representation of color #B05BA7: hue angle of 306.35º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B05BA7 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB17691167-
CMYK00.480.050.31
HSL306.35º34.98%52.35%-
HSV(B)306.35º48.3%69.02%-
XYZ28.6219.538.82-
YUV125.08151.66164.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.55%
GREEN value IS 91 (35.94% from 255) = 20.97%
BLUE value IS 167 (65.62% from 255) = 38.48%
R=40.55%
G=20.97%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769116700.480.050.31306.3534.9852.35
HexB05BA703051F1322334
Octal2601332470605374624364
Binary10110000101101110100111011000010111111100110010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05BA7; }

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

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

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

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

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

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

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

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