#BC70A8

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

Shades of Bouquet #BC70A8

Tints of Bouquet #BC70A8

Color information

#BC70A8 (or 0xBC70A8) is unknown color: approx Bouquet. HEX triplet: BC, 70 and A8. RGB value is (188,112,168). Sum of RGB (Red+Green+Blue) = 188+112+168=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 168 (66.02% from 255 or 35.90% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BC70A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC70A8 is #438F57. Grayscale: #8C8C8C. Windows color (decimal): -4427608 or 11038908. OLE color: 11038908.

HSL color Cylindrical-coordinate representation of color #BC70A8: hue angle of 315.79º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC70A8 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB188112168-
CMYK00.400.110.26
HSL315.79º36.19%58.82%-
HSV(B)315.79º40.43%73.73%-
XYZ33.625.1140.12-
YUV141.11143.18161.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.17%
GREEN value IS 112 (44.14% from 255) = 23.93%
BLUE value IS 168 (66.02% from 255) = 35.90%
R=40.17%
G=23.93%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811216800.400.110.26315.7936.1958.82
HexBC70A8028B1A13c243b
Octal27416025005013324744473
Binary101111001110000101010000101000101111010100111100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC70A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC70A8; }

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

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

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

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

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

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

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

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