#BC67A8

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

Shades of Violet Blue #BC67A8

Tints of Violet Blue #BC67A8

Color information

#BC67A8 (or 0xBC67A8) is unknown color: approx Violet Blue. HEX triplet: BC, 67 and A8. RGB value is (188,103,168). Sum of RGB (Red+Green+Blue) = 188+103+168=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 103 (40.62% from 255 or 22.44% from 459); Blue value is 168 (66.02% from 255 or 36.60% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC67A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC67A8 is #439857. Grayscale: #878787. Windows color (decimal): -4429912 or 11036604. OLE color: 11036604.

HSL color Cylindrical-coordinate representation of color #BC67A8: hue angle of 314.12º 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 #BC67A8 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB188103168-
CMYK00.450.110.26
HSL314.12º38.81%57.06%-
HSV(B)314.12º45.21%73.73%-
XYZ32.6623.2239.81-
YUV135.82146.16165.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.96%
GREEN value IS 103 (40.62% from 255) = 22.44%
BLUE value IS 168 (66.02% from 255) = 36.60%
R=40.96%
G=22.44%
B=36.60%

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
Decimal18810316800.450.110.26314.1238.8157.06
HexBC67A802DB1A13a2739
Octal27414725005513324724771
Binary101111001100111101010000101101101111010100111010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC67A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC67A8; }

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

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

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

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

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

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

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

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