#BC6191

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

Shades of Hopbush #BC6191

Tints of Hopbush #BC6191

Color information

#BC6191 (or 0xBC6191) is unknown color: approx Hopbush. HEX triplet: BC, 61 and 91. RGB value is (188,97,145). Sum of RGB (Red+Green+Blue) = 188+97+145=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 97 (38.28% from 255 or 22.56% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6191 is #439E6E. Grayscale: #818181. Windows color (decimal): -4431471 or 9527740. OLE color: 9527740.

HSL color Cylindrical-coordinate representation of color #BC6191: hue angle of 328.35º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC6191 is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB18897145-
CMYK00.480.230.26
HSL328.35º40.44%55.88%-
HSV(B)328.35º48.4%73.73%-
XYZ30.1221.2929.31-
YUV129.68136.65169.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.72%
GREEN value IS 97 (38.28% from 255) = 22.56%
BLUE value IS 145 (57.03% from 255) = 33.72%
R=43.72%
G=22.56%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889714500.480.230.26328.3540.4455.88
HexBC6191030171A1482838
Octal27414122106027325105070
Binary1011110011000011001000101100001011111010101001000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6191; }

 p { color: rgb(188,97,145); }

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

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

 a { background-color: rgb(188,97,145); }

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

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

 span { border-color: rgb(188,97,145); }

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