#bc629d

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

Shades of Hopbush #BC629D

Tints of Hopbush #BC629D

Color information

#BC629D (or 0xBC629D) is unknown color: approx Hopbush. HEX triplet: BC, 62 and 9D. RGB value is (188,98,157). Sum of RGB (Red+Green+Blue) = 188+98+157=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 98 (38.67% from 255 or 22.12% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC629D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC629D is #439D62. Grayscale: #838383. Windows color (decimal): -4431203 or 10314428. OLE color: 10314428.

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

Color convert

RGB18898157-
CMYK00.480.160.26
HSL320.67º40.18%56.08%-
HSV(B)320.67º47.87%73.73%-
XYZ31.1921.8634.47-
YUV131.64142.32168.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.44%
GREEN value IS 98 (38.67% from 255) = 22.12%
BLUE value IS 157 (61.72% from 255) = 35.44%
R=42.44%
G=22.12%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889815700.480.160.26320.6740.1856.08
HexBC629D030101A1412838
Octal27414223506020325015070
Binary1011110011000101001110101100001000011010101000001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc629d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc629d; }

 p { color: rgb(188,98,157); }

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

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

 a { background-color: rgb(188,98,157); }

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

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

 span { border-color: rgb(188,98,157); }

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