#BC709A

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

Shades of Hopbush #BC709A

Tints of Hopbush #BC709A

Color information

#BC709A (or 0xBC709A) is unknown color: approx Hopbush. HEX triplet: BC, 70 and 9A. RGB value is (188,112,154). Sum of RGB (Red+Green+Blue) = 188+112+154=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 154 (60.55% from 255 or 33.92% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC709A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC709A is #438F65. Grayscale: #8B8B8B. Windows color (decimal): -4427622 or 10121404. OLE color: 10121404.

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

Color convert

RGB188112154-
CMYK00.400.180.26
HSL326.84º36.19%58.82%-
HSV(B)326.84º40.43%73.73%-
XYZ32.3724.6133.62-
YUV139.51136.18162.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.41%
GREEN value IS 112 (44.14% from 255) = 24.67%
BLUE value IS 154 (60.55% from 255) = 33.92%
R=41.41%
G=24.67%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811215400.400.180.26326.8436.1958.82
HexBC709A028121A147243b
Octal27416023205022325074473
Binary1011110011100001001101001010001001011010101000111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC709A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC709A; }

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

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

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

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

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

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

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

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