#BC639C

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

Shades of Hopbush #BC639C

Tints of Hopbush #BC639C

Color information

#BC639C (or 0xBC639C) is unknown color: approx Hopbush. HEX triplet: BC, 63 and 9C. RGB value is (188,99,156). Sum of RGB (Red+Green+Blue) = 188+99+156=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 99 (39.06% from 255 or 22.35% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC639C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC639C is #439C63. Grayscale: #838383. Windows color (decimal): -4430948 or 10249148. OLE color: 10249148.

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

Color convert

RGB18899156-
CMYK00.470.170.26
HSL321.57º39.91%56.27%-
HSV(B)321.57º47.34%73.73%-
XYZ31.222.0234.06-
YUV132.11141.49167.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.44%
GREEN value IS 99 (39.06% from 255) = 22.35%
BLUE value IS 156 (61.33% from 255) = 35.21%
R=42.44%
G=22.35%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889915600.470.170.26321.5739.9156.27
HexBC639C02F111A1422838
Octal27414323405721325025070
Binary1011110011000111001110001011111000111010101000010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC639C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC639C; }

 p { color: rgb(188,99,156); }

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

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

 a { background-color: rgb(188,99,156); }

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

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

 span { border-color: rgb(188,99,156); }

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