#BC6F9B

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

Shades of Hopbush #BC6F9B

Tints of Hopbush #BC6F9B

Color information

#BC6F9B (or 0xBC6F9B) is unknown color: approx Hopbush. HEX triplet: BC, 6F and 9B. RGB value is (188,111,155). Sum of RGB (Red+Green+Blue) = 188+111+155=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 111 (43.75% from 255 or 24.45% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6F9B is #439064. Grayscale: #8A8A8A. Windows color (decimal): -4427877 or 10186684. OLE color: 10186684.

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

Color convert

RGB188111155-
CMYK00.410.180.26
HSL325.71º36.49%58.63%-
HSV(B)325.71º40.96%73.73%-
XYZ32.3424.4334.02-
YUV139.04137.01162.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.41%
GREEN value IS 111 (43.75% from 255) = 24.45%
BLUE value IS 155 (60.94% from 255) = 34.14%
R=41.41%
G=24.45%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811115500.410.180.26325.7136.4958.63
HexBC6F9B029121A146243b
Octal27415723305122325064473
Binary1011110011011111001101101010011001011010101000110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6F9B; }

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

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

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

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

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

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

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

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