#BC639B

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

Shades of Hopbush #BC639B

Tints of Hopbush #BC639B

Color information

#BC639B (or 0xBC639B) is unknown color: approx Hopbush. HEX triplet: BC, 63 and 9B. RGB value is (188,99,155). Sum of RGB (Red+Green+Blue) = 188+99+155=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC639B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC639B is #439C64. Grayscale: #838383. Windows color (decimal): -4430949 or 10183612. OLE color: 10183612.

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

Color convert

RGB18899155-
CMYK00.470.180.26
HSL322.25º39.91%56.27%-
HSV(B)322.25º47.34%73.73%-
XYZ31.1221.9833.61-
YUV132140.99167.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.53%
GREEN value IS 99 (39.06% from 255) = 22.40%
BLUE value IS 155 (60.94% from 255) = 35.07%
R=42.53%
G=22.40%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889915500.470.180.26322.2539.9156.27
HexBC639B02F121A1422838
Octal27414323305722325025070
Binary1011110011000111001101101011111001011010101000010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC639B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC639B; }

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

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

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

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

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

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

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

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