#BC60A6

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

Shades of Violet Blue #BC60A6

Tints of Violet Blue #BC60A6

Color information

#BC60A6 (or 0xBC60A6) is unknown color: approx Violet Blue. HEX triplet: BC, 60 and A6. RGB value is (188,96,166). Sum of RGB (Red+Green+Blue) = 188+96+166=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 166 (65.23% from 255 or 36.89% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC60A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC60A6 is #439F59. Grayscale: #838383. Windows color (decimal): -4431706 or 10903740. OLE color: 10903740.

HSL color Cylindrical-coordinate representation of color #BC60A6: hue angle of 314.35º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC60A6 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB18896166-
CMYK00.490.120.26
HSL314.35º40.71%55.69%-
HSV(B)314.35º48.94%73.73%-
XYZ31.821.8138.61-
YUV131.49147.48168.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.78%
GREEN value IS 96 (37.89% from 255) = 21.33%
BLUE value IS 166 (65.23% from 255) = 36.89%
R=41.78%
G=21.33%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889616600.490.120.26314.3540.7155.69
HexBC60A6031C1A13a2938
Octal27414024606114324725170
Binary101111001100000101001100110001110011010100111010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC60A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC60A6; }

 p { color: rgb(188,96,166); }

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

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

 a { background-color: rgb(188,96,166); }

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

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

 span { border-color: rgb(188,96,166); }

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