#BC6F9D

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

Shades of Hopbush #BC6F9D

Tints of Hopbush #BC6F9D

Color information

#BC6F9D (or 0xBC6F9D) is unknown color: approx Hopbush. HEX triplet: BC, 6F and 9D. RGB value is (188,111,157). Sum of RGB (Red+Green+Blue) = 188+111+157=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 157 (61.72% from 255 or 34.43% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6F9D is #439062. Grayscale: #8B8B8B. Windows color (decimal): -4427875 or 10317756. OLE color: 10317756.

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

Color convert

RGB188111157-
CMYK00.410.160.26
HSL324.16º36.49%58.63%-
HSV(B)324.16º40.96%73.73%-
XYZ32.5124.4934.91-
YUV139.27138.01162.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.23%
GREEN value IS 111 (43.75% from 255) = 24.34%
BLUE value IS 157 (61.72% from 255) = 34.43%
R=41.23%
G=24.34%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811115700.410.160.26324.1636.4958.63
HexBC6F9D029101A144243b
Octal27415723505120325044473
Binary1011110011011111001110101010011000011010101000100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6F9D; }

 p { color: rgb(188,111,157); }

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

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

 a { background-color: rgb(188,111,157); }

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

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

 span { border-color: rgb(188,111,157); }

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