Html Css Color HEX #BC649C Hopbush

📋 copy color: '#BC649C'

red 188 ◦ green 100 ◦ blue 156

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

Shades of Hopbush #BC649C

Tints of Hopbush #BC649C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.52%

 BLUE value IS 156 (61.33% from 255) = 35.14%

R = 42.34%
G = 22.52%
B = 35.14%

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

#BC649C (or 0xBC649C) is known color: Hopbush. HEX triplet: BC, 64 and 9C. RGB value is (188,100,156). Sum of RGB (Red+Green+Blue) = 188+100+156=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 100 (39.45% from 255 or 22.52% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC649C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC649C is #439B63. Grayscale: #848484. Windows color (decimal): -4430692 or 10249404. OLE color: 10249404.

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

Color convert

RGB 188 100 156 -
CMYK 0 0.47 0.17 0.26
HSL 321.82º 0.4% 0.56% -
HSV(B) 321.82º 0.47% 0.74% -
XYZ 31.3 22.21 34.09 -
YUV 132.7 141.15 167.45 -
System Red Green Blue C M Y K H S L
Decimal 188 100 156 0 0.47 0.17 0.26 321.82 0.4 0.56
Hex BC 64 9C 0 2F 11 1A 142 28 38
Octal 274 144 234 0 57 21 32 502 50 70
Binary 10111100 1100100 10011100 0 101111 10001 11010 101000010 101000 111000

Color Harmonies of #BC649C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC649C

Black with #BC649C

Text Example


Text Example

White with #BC649C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC649C; }

 p { color: rgb(188,100,156); }

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

background-color css

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

 a { background-color: rgb(188,100,156); }

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

border-color css

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

 span { border-color: rgb(188,100,156); }

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