#B05BA1

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

Shades of Violet Blue #B05BA1

Tints of Violet Blue #B05BA1

Color information

#B05BA1 (or 0xB05BA1) is unknown color: approx Violet Blue. HEX triplet: B0, 5B and A1. RGB value is (176,91,161). Sum of RGB (Red+Green+Blue) = 176+91+161=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 91 (35.94% from 255 or 21.26% from 428); Blue value is 161 (63.28% from 255 or 37.62% from 428); Max value from RGB is 176 - color contains mainly: red. Hex color #B05BA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05BA1 is #4FA45E. Grayscale: #7C7C7C. Windows color (decimal): -5219423 or 10574768. OLE color: 10574768.

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

Color convert

RGB17691161-
CMYK00.480.090.31
HSL310.59º34.98%52.35%-
HSV(B)310.59º48.3%69.02%-
XYZ28.0819.2935.96-
YUV124.4148.66164.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.12%
GREEN value IS 91 (35.94% from 255) = 21.26%
BLUE value IS 161 (63.28% from 255) = 37.62%
R=41.12%
G=21.26%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769116100.480.090.31310.5934.9852.35
HexB05BA103091F1372334
Octal26013324106011374674364
Binary101100001011011101000010110000100111111100110111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05BA1; }

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

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

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

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

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

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

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

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