#B05BAD

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

Shades of Violet Blue #B05BAD

Tints of Violet Blue #B05BAD

Color information

#B05BAD (or 0xB05BAD) is unknown color: approx Violet Blue. HEX triplet: B0, 5B and AD. RGB value is (176,91,173). Sum of RGB (Red+Green+Blue) = 176+91+173=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 91 (35.94% from 255 or 20.68% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B05BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05BAD is #4FA452. Grayscale: #7D7D7D. Windows color (decimal): -5219411 or 11361200. OLE color: 11361200.

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

Color convert

RGB17691173-
CMYK00.480.020.31
HSL302.12º34.98%52.35%-
HSV(B)302.12º48.3%69.02%-
XYZ29.1919.7341.8-
YUV125.76154.66163.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40%
GREEN value IS 91 (35.94% from 255) = 20.68%
BLUE value IS 173 (67.97% from 255) = 39.32%
R=40%
G=20.68%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769117300.480.020.31302.1234.9852.35
HexB05BAD03021F12e2334
Octal2601332550602374564364
Binary1011000010110111010110101100001011111100101110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05BAD; }

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

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

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

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

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

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

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

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