Html Css Color HEX #BC639D Hopbush

📋 copy color: '#BC639D'

red 188 ◦ green 99 ◦ blue 157

#BC639D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hopbush #BC639D

Tints of Hopbush #BC639D

RGB

 RED value IS 188 (73.83% from 255) = 42.34%

 GREEN value IS 99 (39.06% from 255) = 22.3%

 BLUE value IS 157 (61.72% from 255) = 35.36%

R = 42.34%
G = 22.3%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC639D (or 0xBC639D) is known color: Hopbush. HEX triplet: BC, 63 and 9D. RGB value is (188,99,157). Sum of RGB (Red+Green+Blue) = 188+99+157=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC639D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC639D is #439C62. Grayscale: #848484. Windows color (decimal): -4430947 or 10314684. OLE color: 10314684.

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

Color convert

RGB 188 99 157 -
CMYK 0 0.47 0.16 0.26
HSL 320.9º 0.4% 0.56% -
HSV(B) 320.9º 0.47% 0.74% -
XYZ 31.29 22.05 34.51 -
YUV 132.22 141.99 167.78 -
System Red Green Blue C M Y K H S L
Decimal 188 99 157 0 0.47 0.16 0.26 320.9 0.4 0.56
Hex BC 63 9D 0 2F 10 1A 141 28 38
Octal 274 143 235 0 57 20 32 501 50 70
Binary 10111100 1100011 10011101 0 101111 10000 11010 101000001 101000 111000

Color Harmonies of #BC639D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC639D

Black with #BC639D

Text Example


Text Example

White with #BC639D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC639D; }

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

 H1.HeaderClassName
 {
   color: #BC639D;
 }
 .AnyTagClassName
 {
   color: #BC639D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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