#BC67A5

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

Shades of Bouquet #BC67A5

Tints of Bouquet #BC67A5

Color information

#BC67A5 (or 0xBC67A5) is unknown color: approx Bouquet. HEX triplet: BC, 67 and A5. RGB value is (188,103,165). Sum of RGB (Red+Green+Blue) = 188+103+165=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 103 (40.62% from 255 or 22.59% from 456); Blue value is 165 (64.84% from 255 or 36.18% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BC67A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC67A5 is #43985A. Grayscale: #878787. Windows color (decimal): -4429915 or 10839996. OLE color: 10839996.

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

Color convert

RGB188103165-
CMYK00.450.120.26
HSL316.24º38.81%57.06%-
HSV(B)316.24º45.21%73.73%-
XYZ32.3823.1138.35-
YUV135.48144.66165.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.23%
GREEN value IS 103 (40.62% from 255) = 22.59%
BLUE value IS 165 (64.84% from 255) = 36.18%
R=41.23%
G=22.59%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810316500.450.120.26316.2438.8157.06
HexBC67A502DC1A13c2739
Octal27414724505514324744771
Binary101111001100111101001010101101110011010100111100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC67A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC67A5; }

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

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

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

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

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

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

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

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