#b05ca4

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

Shades of Violet Blue #B05CA4

Tints of Violet Blue #B05CA4

Color information

#B05CA4 (or 0xB05CA4) is unknown color: approx Violet Blue. HEX triplet: B0, 5C and A4. RGB value is (176,92,164). Sum of RGB (Red+Green+Blue) = 176+92+164=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B05CA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05CA4 is #4FA35B. Grayscale: #7D7D7D. Windows color (decimal): -5219164 or 10771632. OLE color: 10771632.

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

Color convert

RGB17692164-
CMYK00.480.070.31
HSL308.57º34.71%52.55%-
HSV(B)308.57º47.73%69.02%-
XYZ28.4319.5637.4-
YUV125.32149.83164.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.74%
GREEN value IS 92 (36.33% from 255) = 21.30%
BLUE value IS 164 (64.45% from 255) = 37.96%
R=40.74%
G=21.30%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769216400.480.070.31308.5734.7152.55
HexB05CA403071F1352335
Octal2601342440607374654365
Binary10110000101110010100100011000011111111100110101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b05ca4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b05ca4; }

 p { color: rgb(176,92,164); }

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

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

 a { background-color: rgb(176,92,164); }

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

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

 span { border-color: rgb(176,92,164); }

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