Html Css Color HEX #BC639C Hopbush

📋 copy color: '#BC639C'

red 188 ◦ green 99 ◦ blue 156

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

Shades of Hopbush #BC639C

Tints of Hopbush #BC639C

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 value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BC639C (or 0xBC639C) is known color: 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

RGB 188 99 156 -
CMYK 0 0.47 0.17 0.26
HSL 321.57º 0.4% 0.56% -
HSV(B) 321.57º 0.47% 0.74% -
XYZ 31.2 22.02 34.06 -
YUV 132.11 141.49 167.87 -
System Red Green Blue C M Y K H S L
Decimal 188 99 156 0 0.47 0.17 0.26 321.57 0.4 0.56
Hex BC 63 9C 0 2F 11 1A 142 28 38
Octal 274 143 234 0 57 21 32 502 50 70
Binary 10111100 1100011 10011100 0 101111 10001 11010 101000010 101000 111000

Color Harmonies of #BC639C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC639C

Black with #BC639C

Text Example


Text Example

White with #BC639C

Text Example


Text Example

HTML Codes & Css Web 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>