#BC6C96

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

Shades of Hopbush #BC6C96

Tints of Hopbush #BC6C96

Color information

#BC6C96 (or 0xBC6C96) is unknown color: approx Hopbush. HEX triplet: BC, 6C and 96. RGB value is (188,108,150). Sum of RGB (Red+Green+Blue) = 188+108+150=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 150 (58.98% from 255 or 33.63% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6C96 is #439369. Grayscale: #888888. Windows color (decimal): -4428650 or 9858236. OLE color: 9858236.

HSL color Cylindrical-coordinate representation of color #BC6C96: hue angle of 328.5º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC6C96 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB188108150-
CMYK00.430.200.26
HSL328.5º37.38%58.04%-
HSV(B)328.5º42.55%73.73%-
XYZ31.6123.6231.75-
YUV136.71135.5164.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.15%
GREEN value IS 108 (42.58% from 255) = 24.22%
BLUE value IS 150 (58.98% from 255) = 33.63%
R=42.15%
G=24.22%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810815000.430.200.26328.537.3858.04
HexBC6C9602B141A148253a
Octal27415422605324325104572
Binary1011110011011001001011001010111010011010101001000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6C96; }

 p { color: rgb(188,108,150); }

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

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

 a { background-color: rgb(188,108,150); }

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

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

 span { border-color: rgb(188,108,150); }

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