Html Css Color HEX #BC639F Hopbush

📋 copy color: '#BC639F'

red 188 ◦ green 99 ◦ blue 159

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

Shades of Hopbush #BC639F

Tints of Hopbush #BC639F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.65%

R = 42.15%
G = 22.2%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC639F (or 0xBC639F) is known color: Hopbush. HEX triplet: BC, 63 and 9F. RGB value is (188,99,159). Sum of RGB (Red+Green+Blue) = 188+99+159=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 99 (39.06% from 255 or 22.20% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC639F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC639F is #439C60. Grayscale: #848484. Windows color (decimal): -4430945 or 10445756. OLE color: 10445756.

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

Color convert

RGB 188 99 159 -
CMYK 0 0.47 0.15 0.26
HSL 319.55º 0.4% 0.56% -
HSV(B) 319.55º 0.47% 0.74% -
XYZ 31.46 22.12 35.41 -
YUV 132.45 142.99 167.62 -
System Red Green Blue C M Y K H S L
Decimal 188 99 159 0 0.47 0.15 0.26 319.55 0.4 0.56
Hex BC 63 9F 0 2F F 1A 140 28 38
Octal 274 143 237 0 57 17 32 500 50 70
Binary 10111100 1100011 10011111 0 101111 1111 11010 101000000 101000 111000

Color Harmonies of #BC639F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC639F

Black with #BC639F

Text Example


Text Example

White with #BC639F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC639F; }

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

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

background-color css

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

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

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

border-color css

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

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

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