#BC67A7

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

Shades of Violet Blue #BC67A7

Tints of Violet Blue #BC67A7

Color information

#BC67A7 (or 0xBC67A7) is unknown color: approx Violet Blue. HEX triplet: BC, 67 and A7. RGB value is (188,103,167). Sum of RGB (Red+Green+Blue) = 188+103+167=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 103 (40.62% from 255 or 22.49% from 458); Blue value is 167 (65.62% from 255 or 36.46% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BC67A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC67A7 is #439858. Grayscale: #878787. Windows color (decimal): -4429913 or 10971068. OLE color: 10971068.

HSL color Cylindrical-coordinate representation of color #BC67A7: hue angle of 314.82º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC67A7 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB188103167-
CMYK00.450.110.26
HSL314.82º38.81%57.06%-
HSV(B)314.82º45.21%73.73%-
XYZ32.5623.1839.32-
YUV135.71145.66165.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.05%
GREEN value IS 103 (40.62% from 255) = 22.49%
BLUE value IS 167 (65.62% from 255) = 36.46%
R=41.05%
G=22.49%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810316700.450.110.26314.8238.8157.06
HexBC67A702DB1A13b2739
Octal27414724705513324734771
Binary101111001100111101001110101101101111010100111011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC67A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC67A7; }

 p { color: rgb(188,103,167); }

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

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

 a { background-color: rgb(188,103,167); }

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

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

 span { border-color: rgb(188,103,167); }

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